Html Css Color HEX #D1C431 Wattle

📋 copy color: '#D1C431'

red 209 ◦ green 196 ◦ blue 49

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

Shades of Wattle #D1C431

Tints of Wattle #D1C431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.79%

R = 46.04%
G = 43.17%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1C431 (or 0xD1C431) is known color: Wattle. HEX triplet: D1, C4 and 31. RGB value is (209,196,49). Sum of RGB (Red+Green+Blue) = 209+196+49=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 196 (76.95% from 255 or 43.17% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C431 is #2E3BCE. Grayscale: #B7B7B7. Windows color (decimal): -3029967 or 3261649. OLE color: 3261649.

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

Color convert

RGB 209 196 49 -
CMYK 0 0.06 0.77 0.18
HSL 55.13º 0.63% 0.51% -
HSV(B) 55.13º 0.77% 0.82% -
XYZ 46.59 53.26 10.73 -
YUV 183.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 209 196 49 0 0.06 0.77 0.18 55.13 0.63 0.51
Hex D1 C4 31 0 6 4D 12 37 3F 33
Octal 321 304 61 0 6 115 22 67 77 63
Binary 11010001 11000100 110001 0 110 1001101 10010 110111 111111 110011

Color Harmonies of #D1C431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C431

Black with #D1C431

Text Example


Text Example

White with #D1C431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C431; }

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

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

background-color css

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

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

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

border-color css

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

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

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