Html Css Color HEX #D1CC2E Wattle

📋 copy color: '#D1CC2E'

red 209 ◦ green 204 ◦ blue 46

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

Shades of Wattle #D1CC2E

Tints of Wattle #D1CC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.02%

R = 45.53%
G = 44.44%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1CC2E (or 0xD1CC2E) is known color: Wattle. HEX triplet: D1, CC and 2E. RGB value is (209,204,46). Sum of RGB (Red+Green+Blue) = 209+204+46=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC2E is #2E33D1. Grayscale: #BCBCBC. Windows color (decimal): -3027922 or 3067089. OLE color: 3067089.

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

Color convert

RGB 209 204 46 -
CMYK 0 0.02 0.78 0.18
HSL 58.16º 0.64% 0.5% -
HSV(B) 58.16º 0.78% 0.82% -
XYZ 48.38 56.94 11.03 -
YUV 187.48 48.16 143.35 -
System Red Green Blue C M Y K H S L
Decimal 209 204 46 0 0.02 0.78 0.18 58.16 0.64 0.5
Hex D1 CC 2E 0 2 4E 12 3A 40 32
Octal 321 314 56 0 2 116 22 72 100 62
Binary 11010001 11001100 101110 0 10 1001110 10010 111010 1000000 110010

Color Harmonies of #D1CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC2E

Black with #D1CC2E

Text Example


Text Example

White with #D1CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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