Html Css Color HEX #D0CC41 Wattle

📋 copy color: '#D0CC41'

red 208 ◦ green 204 ◦ blue 65

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

Shades of Wattle #D0CC41

Tints of Wattle #D0CC41

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.77%

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

R = 43.61%
G = 42.77%
B = 13.63%

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

#D0CC41 (or 0xD0CC41) is known color: Wattle. HEX triplet: D0, CC and 41. RGB value is (208,204,65). Sum of RGB (Red+Green+Blue) = 208+204+65=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC41 is #2F33BE. Grayscale: #BDBDBD. Windows color (decimal): -3093439 or 4312272. OLE color: 4312272.

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

Color convert

RGB 208 204 65 -
CMYK 0 0.02 0.69 0.18
HSL 58.32º 0.6% 0.54% -
HSV(B) 58.32º 0.69% 0.82% -
XYZ 48.56 56.98 13.44 -
YUV 189.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 208 204 65 0 0.02 0.69 0.18 58.32 0.6 0.54
Hex D0 CC 41 0 2 45 12 3A 3C 36
Octal 320 314 101 0 2 105 22 72 74 66
Binary 11010000 11001100 1000001 0 10 1000101 10010 111010 111100 110110

Color Harmonies of #D0CC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC41

Black with #D0CC41

Text Example


Text Example

White with #D0CC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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