Html Css Color HEX #D1CC3B Wattle

📋 copy color: '#D1CC3B'

red 209 ◦ green 204 ◦ blue 59

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

Shades of Wattle #D1CC3B

Tints of Wattle #D1CC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 12.5%

R = 44.28%
G = 43.22%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1CC3B (or 0xD1CC3B) is known color: Wattle. HEX triplet: D1, CC and 3B. RGB value is (209,204,59). Sum of RGB (Red+Green+Blue) = 209+204+59=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CC3B is #2E33C4. Grayscale: #BDBDBD. Windows color (decimal): -3027909 or 3919057. OLE color: 3919057.

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

Color convert

RGB 209 204 59 -
CMYK 0 0.02 0.72 0.18
HSL 58º 0.62% 0.53% -
HSV(B) 58º 0.72% 0.82% -
XYZ 48.68 57.06 12.59 -
YUV 188.97 54.66 142.29 -
System Red Green Blue C M Y K H S L
Decimal 209 204 59 0 0.02 0.72 0.18 58 0.62 0.53
Hex D1 CC 3B 0 2 48 12 3A 3E 35
Octal 321 314 73 0 2 110 22 72 76 65
Binary 11010001 11001100 111011 0 10 1001000 10010 111010 111110 110101

Color Harmonies of #D1CC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CC3B

Black with #D1CC3B

Text Example


Text Example

White with #D1CC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CC3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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