Html Css Color HEX #D1C735 Wattle

📋 copy color: '#D1C735'

red 209 ◦ green 199 ◦ blue 53

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

Shades of Wattle #D1C735

Tints of Wattle #D1C735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.17%

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

R = 45.34%
G = 43.17%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C735 (or 0xD1C735) is known color: Wattle. HEX triplet: D1, C7 and 35. RGB value is (209,199,53). Sum of RGB (Red+Green+Blue) = 209+199+53=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C735 is #2E38CA. Grayscale: #B9B9B9. Windows color (decimal): -3029195 or 3524561. OLE color: 3524561.

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

Color convert

RGB 209 199 53 -
CMYK 0 0.05 0.75 0.18
HSL 56.15º 0.63% 0.51% -
HSV(B) 56.15º 0.75% 0.82% -
XYZ 47.36 54.66 11.42 -
YUV 185.35 53.31 144.87 -
System Red Green Blue C M Y K H S L
Decimal 209 199 53 0 0.05 0.75 0.18 56.15 0.63 0.51
Hex D1 C7 35 0 5 4B 12 38 3F 33
Octal 321 307 65 0 5 113 22 70 77 63
Binary 11010001 11000111 110101 0 101 1001011 10010 111000 111111 110011

Color Harmonies of #D1C735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C735

Black with #D1C735

Text Example


Text Example

White with #D1C735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C735; }

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

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

background-color css

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

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

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

border-color css

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

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

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