Html Css Color HEX #D1C442 Wattle

📋 copy color: '#D1C442'

red 209 ◦ green 196 ◦ blue 66

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

Shades of Wattle #D1C442

Tints of Wattle #D1C442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.61%

 BLUE value IS 66 (26.17% from 255) = 14.01%

R = 44.37%
G = 41.61%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1C442 (or 0xD1C442) is known color: Wattle. HEX triplet: D1, C4 and 42. RGB value is (209,196,66). Sum of RGB (Red+Green+Blue) = 209+196+66=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C442 is #2E3BBD. Grayscale: #B9B9B9. Windows color (decimal): -3029950 or 4375761. OLE color: 4375761.

HSL color Cylindrical-coordinate representation of color #D1C442: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1C442 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 196 66 -
CMYK 0 0.06 0.68 0.18
HSL 54.55º 0.61% 0.54% -
HSV(B) 54.55º 0.68% 0.82% -
XYZ 47.02 53.43 12.99 -
YUV 185.07 60.81 145.07 -
System Red Green Blue C M Y K H S L
Decimal 209 196 66 0 0.06 0.68 0.18 54.55 0.61 0.54
Hex D1 C4 42 0 6 44 12 37 3D 36
Octal 321 304 102 0 6 104 22 67 75 66
Binary 11010001 11000100 1000010 0 110 1000100 10010 110111 111101 110110

Color Harmonies of #D1C442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C442

Black with #D1C442

Text Example


Text Example

White with #D1C442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C442; }

 p { color: rgb(209,196,66); }

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

background-color css

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

 a { background-color: rgb(209,196,66); }

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

border-color css

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

 span { border-color: rgb(209,196,66); }

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