Html Css Color HEX #D1C335 Wattle

📋 copy color: '#D1C335'

red 209 ◦ green 195 ◦ blue 53

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

Shades of Wattle #D1C335

Tints of Wattle #D1C335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.67%

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

R = 45.73%
G = 42.67%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D1C335 (or 0xD1C335) is known color: Wattle. HEX triplet: D1, C3 and 35. RGB value is (209,195,53). Sum of RGB (Red+Green+Blue) = 209+195+53=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C335 is #2E3CCA. Grayscale: #B7B7B7. Windows color (decimal): -3030219 or 3523537. OLE color: 3523537.

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

Color convert

RGB 209 195 53 -
CMYK 0 0.07 0.75 0.18
HSL 54.62º 0.63% 0.51% -
HSV(B) 54.62º 0.75% 0.82% -
XYZ 46.45 52.84 11.12 -
YUV 183 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 209 195 53 0 0.07 0.75 0.18 54.62 0.63 0.51
Hex D1 C3 35 0 7 4B 12 37 3F 33
Octal 321 303 65 0 7 113 22 67 77 63
Binary 11010001 11000011 110101 0 111 1001011 10010 110111 111111 110011

Color Harmonies of #D1C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C335

Black with #D1C335

Text Example


Text Example

White with #D1C335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C335; }

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

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

background-color css

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

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

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

border-color css

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

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

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