Html Css Color HEX #D1C935 Wattle

📋 copy color: '#D1C935'

red 209 ◦ green 201 ◦ blue 53

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

Shades of Wattle #D1C935

Tints of Wattle #D1C935

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.41%

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

R = 45.14%
G = 43.41%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C935 (or 0xD1C935) is known color: Wattle. HEX triplet: D1, C9 and 35. RGB value is (209,201,53). Sum of RGB (Red+Green+Blue) = 209+201+53=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C935 is #2E36CA. Grayscale: #BBBBBB. Windows color (decimal): -3028683 or 3525073. OLE color: 3525073.

HSL color Cylindrical-coordinate representation of color #D1C935: hue angle of 56.92º 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 #D1C935 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 201 53 -
CMYK 0 0.04 0.75 0.18
HSL 56.92º 0.63% 0.51% -
HSV(B) 56.92º 0.75% 0.82% -
XYZ 47.82 55.59 11.58 -
YUV 186.52 52.65 144.03 -
System Red Green Blue C M Y K H S L
Decimal 209 201 53 0 0.04 0.75 0.18 56.92 0.63 0.51
Hex D1 C9 35 0 4 4B 12 39 3F 33
Octal 321 311 65 0 4 113 22 71 77 63
Binary 11010001 11001001 110101 0 100 1001011 10010 111001 111111 110011

Color Harmonies of #D1C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C935

Black with #D1C935

Text Example


Text Example

White with #D1C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C935; }

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

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

background-color css

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

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

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

border-color css

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

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

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