Html Css Color HEX #D0CC46 Wattle

📋 copy color: '#D0CC46'

red 208 ◦ green 204 ◦ blue 70

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

Shades of Wattle #D0CC46

Tints of Wattle #D0CC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 43.15%
G = 42.32%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0CC46 (or 0xD0CC46) is known color: Wattle. HEX triplet: D0, CC and 46. RGB value is (208,204,70). Sum of RGB (Red+Green+Blue) = 208+204+70=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC46 is #2F33B9. Grayscale: #BEBEBE. Windows color (decimal): -3093434 or 4639952. OLE color: 4639952.

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

Color convert

RGB 208 204 70 -
CMYK 0 0.02 0.66 0.18
HSL 58.26º 0.59% 0.55% -
HSV(B) 58.26º 0.66% 0.82% -
XYZ 48.71 57.04 14.24 -
YUV 189.92 60.33 140.9 -
System Red Green Blue C M Y K H S L
Decimal 208 204 70 0 0.02 0.66 0.18 58.26 0.59 0.55
Hex D0 CC 46 0 2 42 12 3A 3B 37
Octal 320 314 106 0 2 102 22 72 73 67
Binary 11010000 11001100 1000110 0 10 1000010 10010 111010 111011 110111

Color Harmonies of #D0CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC46

Black with #D0CC46

Text Example


Text Example

White with #D0CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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