Html Css Color HEX #D1CC46 Wattle

📋 copy color: '#D1CC46'

red 209 ◦ green 204 ◦ blue 70

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

Shades of Wattle #D1CC46

Tints of Wattle #D1CC46

RGB

 RED value IS 209 (82.03% from 255) = 43.27%

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

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

R = 43.27%
G = 42.24%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D1CC46 (or 0xD1CC46) is known color: Wattle. HEX triplet: D1, CC and 46. RGB value is (209,204,70). Sum of RGB (Red+Green+Blue) = 209+204+70=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 70 (27.73% from 255 or 14.49% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC46 is #2E33B9. Grayscale: #BEBEBE. Windows color (decimal): -3027898 or 4639953. OLE color: 4639953.

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

Color convert

RGB 209 204 70 -
CMYK 0 0.02 0.67 0.18
HSL 57.84º 0.6% 0.55% -
HSV(B) 57.84º 0.67% 0.82% -
XYZ 48.99 57.18 14.25 -
YUV 190.22 60.16 141.4 -
System Red Green Blue C M Y K H S L
Decimal 209 204 70 0 0.02 0.67 0.18 57.84 0.6 0.55
Hex D1 CC 46 0 2 43 12 3A 3C 37
Octal 321 314 106 0 2 103 22 72 74 67
Binary 11010001 11001100 1000110 0 10 1000011 10010 111010 111100 110111

Color Harmonies of #D1CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC46

Black with #D1CC46

Text Example


Text Example

White with #D1CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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