Html Css Color HEX #D5C53F Wattle

📋 copy color: '#D5C53F'

red 213 ◦ green 197 ◦ blue 63

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

Shades of Wattle #D5C53F

Tints of Wattle #D5C53F

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

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

 BLUE value IS 63 (25% from 255) = 13.32%

R = 45.03%
G = 41.65%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5C53F (or 0xD5C53F) is known color: Wattle. HEX triplet: D5, C5 and 3F. RGB value is (213,197,63). Sum of RGB (Red+Green+Blue) = 213+197+63=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C53F is #2A3AC0. Grayscale: #BBBBBB. Windows color (decimal): -2767553 or 4179413. OLE color: 4179413.

HSL color Cylindrical-coordinate representation of color #D5C53F: hue angle of 53.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C53F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 63 -
CMYK 0 0.08 0.70 0.16
HSL 53.6º 0.64% 0.54% -
HSV(B) 53.6º 0.7% 0.84% -
XYZ 48.3 54.44 12.66 -
YUV 186.51 58.3 146.9 -
System Red Green Blue C M Y K H S L
Decimal 213 197 63 0 0.08 0.70 0.16 53.6 0.64 0.54
Hex D5 C5 3F 0 8 46 10 36 40 36
Octal 325 305 77 0 10 106 20 66 100 66
Binary 11010101 11000101 111111 0 1000 1000110 10000 110110 1000000 110110

Color Harmonies of #D5C53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C53F

Black with #D5C53F

Text Example


Text Example

White with #D5C53F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C53F; }

 p { color: rgb(213,197,63); }

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

background-color css

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

 a { background-color: rgb(213,197,63); }

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

border-color css

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

 span { border-color: rgb(213,197,63); }

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