Html Css Color HEX #D1C53E Wattle

📋 copy color: '#D1C53E'

red 209 ◦ green 197 ◦ blue 62

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

Shades of Wattle #D1C53E

Tints of Wattle #D1C53E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.25%

R = 44.66%
G = 42.09%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D1C53E (or 0xD1C53E) is known color: Wattle. HEX triplet: D1, C5 and 3E. RGB value is (209,197,62). Sum of RGB (Red+Green+Blue) = 209+197+62=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C53E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C53E is #2E3AC1. Grayscale: #B9B9B9. Windows color (decimal): -3029698 or 4113873. OLE color: 4113873.

HSL color Cylindrical-coordinate representation of color #D1C53E: hue angle of 55.1º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1C53E is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 197 62 -
CMYK 0 0.06 0.70 0.18
HSL 55.1º 0.62% 0.53% -
HSV(B) 55.1º 0.7% 0.82% -
XYZ 47.13 53.84 12.46 -
YUV 185.2 58.48 144.98 -
System Red Green Blue C M Y K H S L
Decimal 209 197 62 0 0.06 0.70 0.18 55.1 0.62 0.53
Hex D1 C5 3E 0 6 46 12 37 3E 35
Octal 321 305 76 0 6 106 22 67 76 65
Binary 11010001 11000101 111110 0 110 1000110 10010 110111 111110 110101

Color Harmonies of #D1C53E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C53E

Black with #D1C53E

Text Example


Text Example

White with #D1C53E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C53E; }

 p { color: rgb(209,197,62); }

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

background-color css

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

 a { background-color: rgb(209,197,62); }

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

border-color css

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

 span { border-color: rgb(209,197,62); }

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