Html Css Color HEX #D1C535 Wattle

📋 copy color: '#D1C535'

red 209 ◦ green 197 ◦ blue 53

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

Shades of Wattle #D1C535

Tints of Wattle #D1C535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.55%

R = 45.53%
G = 42.92%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C535 (or 0xD1C535) is known color: Wattle. HEX triplet: D1, C5 and 35. RGB value is (209,197,53). Sum of RGB (Red+Green+Blue) = 209+197+53=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 53 (21.09% from 255 or 11.55% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C535 is #2E3ACA. Grayscale: #B8B8B8. Windows color (decimal): -3029707 or 3524049. OLE color: 3524049.

HSL color Cylindrical-coordinate representation of color #D1C535: hue angle of 55.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1C535 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 197 53 -
CMYK 0 0.06 0.75 0.18
HSL 55.38º 0.63% 0.51% -
HSV(B) 55.38º 0.75% 0.82% -
XYZ 46.9 53.74 11.27 -
YUV 184.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 209 197 53 0 0.06 0.75 0.18 55.38 0.63 0.51
Hex D1 C5 35 0 6 4B 12 37 3F 33
Octal 321 305 65 0 6 113 22 67 77 63
Binary 11010001 11000101 110101 0 110 1001011 10010 110111 111111 110011

Color Harmonies of #D1C535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C535

Black with #D1C535

Text Example


Text Example

White with #D1C535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C535; }

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

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

background-color css

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

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

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

border-color css

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

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

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