Html Css Color HEX #D4C536 Wattle

📋 copy color: '#D4C536'

red 212 ◦ green 197 ◦ blue 54

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

Shades of Wattle #D4C536

Tints of Wattle #D4C536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.66%

R = 45.79%
G = 42.55%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4C536 (or 0xD4C536) is known color: Wattle. HEX triplet: D4, C5 and 36. RGB value is (212,197,54). Sum of RGB (Red+Green+Blue) = 212+197+54=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C536 is #2B3AC9. Grayscale: #B9B9B9. Windows color (decimal): -2833098 or 3589588. OLE color: 3589588.

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

Color convert

RGB 212 197 54 -
CMYK 0 0.07 0.75 0.17
HSL 54.3º 0.65% 0.52% -
HSV(B) 54.3º 0.75% 0.83% -
XYZ 47.78 54.2 11.43 -
YUV 185.18 53.97 147.13 -
System Red Green Blue C M Y K H S L
Decimal 212 197 54 0 0.07 0.75 0.17 54.3 0.65 0.52
Hex D4 C5 36 0 7 4B 11 36 41 34
Octal 324 305 66 0 7 113 21 66 101 64
Binary 11010100 11000101 110110 0 111 1001011 10001 110110 1000001 110100

Color Harmonies of #D4C536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C536

Black with #D4C536

Text Example


Text Example

White with #D4C536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C536; }

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

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

background-color css

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

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

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

border-color css

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

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

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