Html Css Color HEX #D4C131 Wattle

📋 copy color: '#D4C131'

red 212 ◦ green 193 ◦ blue 49

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

Shades of Wattle #D4C131

Tints of Wattle #D4C131

RGB

 RED value IS 212 (83.2% from 255) = 46.7%

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

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

R = 46.7%
G = 42.51%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4C131 (or 0xD4C131) is known color: Wattle. HEX triplet: D4, C1 and 31. RGB value is (212,193,49). Sum of RGB (Red+Green+Blue) = 212+193+49=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C131 is #2B3ECE. Grayscale: #B6B6B6. Windows color (decimal): -2834127 or 3260884. OLE color: 3260884.

HSL color Cylindrical-coordinate representation of color #D4C131: hue angle of 53.01º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4C131 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 49 -
CMYK 0 0.09 0.77 0.17
HSL 53.01º 0.65% 0.51% -
HSV(B) 53.01º 0.77% 0.83% -
XYZ 46.78 52.36 10.55 -
YUV 182.27 52.79 149.21 -
System Red Green Blue C M Y K H S L
Decimal 212 193 49 0 0.09 0.77 0.17 53.01 0.65 0.51
Hex D4 C1 31 0 9 4D 11 35 41 33
Octal 324 301 61 0 11 115 21 65 101 63
Binary 11010100 11000001 110001 0 1001 1001101 10001 110101 1000001 110011

Color Harmonies of #D4C131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C131

Black with #D4C131

Text Example


Text Example

White with #D4C131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C131; }

 p { color: rgb(212,193,49); }

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

background-color css

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

 a { background-color: rgb(212,193,49); }

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

border-color css

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

 span { border-color: rgb(212,193,49); }

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