Html Css Color HEX #D0CE41 Wattle

📋 copy color: '#D0CE41'

red 208 ◦ green 206 ◦ blue 65

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

Shades of Wattle #D0CE41

Tints of Wattle #D0CE41

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

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

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

R = 43.42%
G = 43.01%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0CE41 (or 0xD0CE41) is known color: Wattle. HEX triplet: D0, CE and 41. RGB value is (208,206,65). Sum of RGB (Red+Green+Blue) = 208+206+65=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE41 is #2F31BE. Grayscale: #BFBFBF. Windows color (decimal): -3092927 or 4312784. OLE color: 4312784.

HSL color Cylindrical-coordinate representation of color #D0CE41: hue angle of 59.16º degrees, saturation: 0.6, 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 #D0CE41 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 206 65 -
CMYK 0 0.01 0.69 0.18
HSL 59.16º 0.6% 0.54% -
HSV(B) 59.16º 0.69% 0.82% -
XYZ 49.04 57.93 13.6 -
YUV 190.52 57.16 140.46 -
System Red Green Blue C M Y K H S L
Decimal 208 206 65 0 0.01 0.69 0.18 59.16 0.6 0.54
Hex D0 CE 41 0 1 45 12 3B 3C 36
Octal 320 316 101 0 1 105 22 73 74 66
Binary 11010000 11001110 1000001 0 1 1000101 10010 111011 111100 110110

Color Harmonies of #D0CE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE41

Black with #D0CE41

Text Example


Text Example

White with #D0CE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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