Html Css Color HEX #D1C142 Wattle

📋 copy color: '#D1C142'

red 209 ◦ green 193 ◦ blue 66

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

Shades of Wattle #D1C142

Tints of Wattle #D1C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.24%

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

R = 44.66%
G = 41.24%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1C142 (or 0xD1C142) is known color: Wattle. HEX triplet: D1, C1 and 42. RGB value is (209,193,66). Sum of RGB (Red+Green+Blue) = 209+193+66=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 66 (26.17% from 255 or 14.10% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C142 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C142 is #2E3EBD. Grayscale: #B7B7B7. Windows color (decimal): -3030718 or 4374993. OLE color: 4374993.

HSL color Cylindrical-coordinate representation of color #D1C142: hue angle of 53.29º 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 #D1C142 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 193 66 -
CMYK 0 0.08 0.68 0.18
HSL 53.29º 0.61% 0.54% -
HSV(B) 53.29º 0.68% 0.82% -
XYZ 46.35 52.09 12.77 -
YUV 183.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 209 193 66 0 0.08 0.68 0.18 53.29 0.61 0.54
Hex D1 C1 42 0 8 44 12 35 3D 36
Octal 321 301 102 0 10 104 22 65 75 66
Binary 11010001 11000001 1000010 0 1000 1000100 10010 110101 111101 110110

Color Harmonies of #D1C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C142

Black with #D1C142

Text Example


Text Example

White with #D1C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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