Html Css Color HEX #D0C935 Wattle

📋 copy color: '#D0C935'

red 208 ◦ green 201 ◦ blue 53

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

Shades of Wattle #D0C935

Tints of Wattle #D0C935

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

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

R = 45.02%
G = 43.51%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0C935 (or 0xD0C935) is known color: Wattle. HEX triplet: D0, C9 and 35. RGB value is (208,201,53). Sum of RGB (Red+Green+Blue) = 208+201+53=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C935 is #2F36CA. Grayscale: #BABABA. Windows color (decimal): -3094219 or 3525072. OLE color: 3525072.

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

Color convert

RGB 208 201 53 -
CMYK 0 0.03 0.75 0.18
HSL 57.29º 0.62% 0.51% -
HSV(B) 57.29º 0.75% 0.82% -
XYZ 47.54 55.44 11.56 -
YUV 186.22 52.82 143.53 -
System Red Green Blue C M Y K H S L
Decimal 208 201 53 0 0.03 0.75 0.18 57.29 0.62 0.51
Hex D0 C9 35 0 3 4B 12 39 3E 33
Octal 320 311 65 0 3 113 22 71 76 63
Binary 11010000 11001001 110101 0 11 1001011 10010 111001 111110 110011

Color Harmonies of #D0C935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C935

Black with #D0C935

Text Example


Text Example

White with #D0C935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C935; }

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

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

background-color css

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

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

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

border-color css

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

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

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