Html Css Color HEX #D0C835 Wattle

📋 copy color: '#D0C835'

red 208 ◦ green 200 ◦ blue 53

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

Shades of Wattle #D0C835

Tints of Wattle #D0C835

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.38%

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

R = 45.12%
G = 43.38%
B = 11.5%

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

#D0C835 (or 0xD0C835) is known color: Wattle. HEX triplet: D0, C8 and 35. RGB value is (208,200,53). Sum of RGB (Red+Green+Blue) = 208+200+53=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C835 is #2F37CA. Grayscale: #BABABA. Windows color (decimal): -3094475 or 3524816. OLE color: 3524816.

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

Color convert

RGB 208 200 53 -
CMYK 0 0.04 0.75 0.18
HSL 56.9º 0.62% 0.51% -
HSV(B) 56.9º 0.75% 0.82% -
XYZ 47.31 54.98 11.49 -
YUV 185.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 208 200 53 0 0.04 0.75 0.18 56.9 0.62 0.51
Hex D0 C8 35 0 4 4B 12 39 3E 33
Octal 320 310 65 0 4 113 22 71 76 63
Binary 11010000 11001000 110101 0 100 1001011 10010 111001 111110 110011

Color Harmonies of #D0C835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C835

Black with #D0C835

Text Example


Text Example

White with #D0C835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C835; }

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

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

background-color css

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

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

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

border-color css

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

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

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