Html Css Color HEX #D0C533 Wattle

📋 copy color: '#D0C533'

red 208 ◦ green 197 ◦ blue 51

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

Shades of Wattle #D0C533

Tints of Wattle #D0C533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.2%

 BLUE value IS 51 (20.31% from 255) = 11.18%

R = 45.61%
G = 43.2%
B = 11.18%

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

#D0C533 (or 0xD0C533) is known color: Wattle. HEX triplet: D0, C5 and 33. RGB value is (208,197,51). Sum of RGB (Red+Green+Blue) = 208+197+51=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C533 is #2F3ACC. Grayscale: #B8B8B8. Windows color (decimal): -3095245 or 3392976. OLE color: 3392976.

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

Color convert

RGB 208 197 51 -
CMYK 0 0.05 0.75 0.18
HSL 55.8º 0.63% 0.51% -
HSV(B) 55.8º 0.75% 0.82% -
XYZ 46.58 53.58 11.02 -
YUV 183.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 208 197 51 0 0.05 0.75 0.18 55.8 0.63 0.51
Hex D0 C5 33 0 5 4B 12 38 3F 33
Octal 320 305 63 0 5 113 22 70 77 63
Binary 11010000 11000101 110011 0 101 1001011 10010 111000 111111 110011

Color Harmonies of #D0C533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C533

Black with #D0C533

Text Example


Text Example

White with #D0C533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C533; }

 p { color: rgb(208,197,51); }

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

background-color css

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

 a { background-color: rgb(208,197,51); }

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

border-color css

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

 span { border-color: rgb(208,197,51); }

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