Html Css Color HEX #D4C531 Wattle

📋 copy color: '#D4C531'

red 212 ◦ green 197 ◦ blue 49

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

Shades of Wattle #D4C531

Tints of Wattle #D4C531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.01%

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

R = 46.29%
G = 43.01%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D4C531 (or 0xD4C531) is known color: Wattle. HEX triplet: D4, C5 and 31. RGB value is (212,197,49). Sum of RGB (Red+Green+Blue) = 212+197+49=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C531 is #2B3ACE. Grayscale: #B9B9B9. Windows color (decimal): -2833103 or 3261908. OLE color: 3261908.

HSL color Cylindrical-coordinate representation of color #D4C531: hue angle of 54.48º 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 #D4C531 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 197 49 -
CMYK 0 0.07 0.77 0.17
HSL 54.48º 0.65% 0.51% -
HSV(B) 54.48º 0.77% 0.83% -
XYZ 47.67 54.15 10.85 -
YUV 184.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 212 197 49 0 0.07 0.77 0.17 54.48 0.65 0.51
Hex D4 C5 31 0 7 4D 11 36 41 33
Octal 324 305 61 0 7 115 21 66 101 63
Binary 11010100 11000101 110001 0 111 1001101 10001 110110 1000001 110011

Color Harmonies of #D4C531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C531

Black with #D4C531

Text Example


Text Example

White with #D4C531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C531; }

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

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

background-color css

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

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

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

border-color css

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

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

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