Html Css Color HEX #D2CE40 Wattle

📋 copy color: '#D2CE40'

red 210 ◦ green 206 ◦ blue 64

#D2CE40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wattle #D2CE40

Tints of Wattle #D2CE40

RGB

 RED value IS 210 (82.42% from 255) = 43.75%

 GREEN value IS 206 (80.86% from 255) = 42.92%

 BLUE value IS 64 (25.39% from 255) = 13.33%

R = 43.75%
G = 42.92%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2CE40 (or 0xD2CE40) is known color: Wattle. HEX triplet: D2, CE and 40. RGB value is (210,206,64). Sum of RGB (Red+Green+Blue) = 210+206+64=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE40 is #2D31BF. Grayscale: #BFBFBF. Windows color (decimal): -2961856 or 4247250. OLE color: 4247250.

HSL color Cylindrical-coordinate representation of color #D2CE40: hue angle of 58.36º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2CE40 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 206 64 -
CMYK 0 0.02 0.70 0.18
HSL 58.36º 0.62% 0.54% -
HSV(B) 58.36º 0.7% 0.82% -
XYZ 49.58 58.21 13.47 -
YUV 191.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 210 206 64 0 0.02 0.70 0.18 58.36 0.62 0.54
Hex D2 CE 40 0 2 46 12 3A 3E 36
Octal 322 316 100 0 2 106 22 72 76 66
Binary 11010010 11001110 1000000 0 10 1000110 10010 111010 111110 110110

Color Harmonies of #D2CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE40

Black with #D2CE40

Text Example


Text Example

White with #D2CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE40; }

 p { color: rgb(210,206,64); }

 H1.HeaderClassName
 {
   color: #D2CE40;
 }
 .AnyTagClassName
 {
   color: #D2CE40;
 }
</style>

background-color css

<style>
 a { background-color: #D2CE40; }

 a { background-color: rgb(210,206,64); }

 div.DivClassName
 {
   background-color: #D2CE40;
 }
 .BgClassName
 {
   background-color: #D2CE40;
 }
</style>

border-color css

<style>
 span { border-color: #D2CE40; }

 span { border-color: rgb(210,206,64); }

 td.TdClassName
 {
   border-color: #D2CE40;
 }
 .TagClassName
 {
   border-color: #D2CE40;
 }
</style>