Html Css Color HEX #D2CE41 Wattle

📋 copy color: '#D2CE41'

red 210 ◦ green 206 ◦ blue 65

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

Shades of Wattle #D2CE41

Tints of Wattle #D2CE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.51%

R = 43.66%
G = 42.83%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D2CE41 (or 0xD2CE41) is known color: Wattle. HEX triplet: D2, CE and 41. RGB value is (210,206,65). Sum of RGB (Red+Green+Blue) = 210+206+65=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE41 is #2D31BE. Grayscale: #BFBFBF. Windows color (decimal): -2961855 or 4312786. OLE color: 4312786.

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

Color convert

RGB 210 206 65 -
CMYK 0 0.02 0.69 0.18
HSL 58.34º 0.62% 0.54% -
HSV(B) 58.34º 0.69% 0.82% -
XYZ 49.6 58.23 13.63 -
YUV 191.12 56.83 141.46 -
System Red Green Blue C M Y K H S L
Decimal 210 206 65 0 0.02 0.69 0.18 58.34 0.62 0.54
Hex D2 CE 41 0 2 45 12 3A 3E 36
Octal 322 316 101 0 2 105 22 72 76 66
Binary 11010010 11001110 1000001 0 10 1000101 10010 111010 111110 110110

Color Harmonies of #D2CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CE41

Black with #D2CE41

Text Example


Text Example

White with #D2CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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