Html Css Color HEX #D0C540 Wattle

📋 copy color: '#D0C540'

red 208 ◦ green 197 ◦ blue 64

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

Shades of Wattle #D0C540

Tints of Wattle #D0C540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.65%

R = 44.35%
G = 42%
B = 13.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0C540 (or 0xD0C540) is known color: Wattle. HEX triplet: D0, C5 and 40. RGB value is (208,197,64). Sum of RGB (Red+Green+Blue) = 208+197+64=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 64 (25.39% from 255 or 13.65% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C540 is #2F3ABF. Grayscale: #B9B9B9. Windows color (decimal): -3095232 or 4244944. OLE color: 4244944.

HSL color Cylindrical-coordinate representation of color #D0C540: hue angle of 55.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0C540 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 64 -
CMYK 0 0.05 0.69 0.18
HSL 55.42º 0.61% 0.53% -
HSV(B) 55.42º 0.69% 0.82% -
XYZ 46.9 53.71 12.75 -
YUV 185.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 208 197 64 0 0.05 0.69 0.18 55.42 0.61 0.53
Hex D0 C5 40 0 5 45 12 37 3D 35
Octal 320 305 100 0 5 105 22 67 75 65
Binary 11010000 11000101 1000000 0 101 1000101 10010 110111 111101 110101

Color Harmonies of #D0C540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C540

Black with #D0C540

Text Example


Text Example

White with #D0C540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C540; }

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

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

background-color css

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

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

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

border-color css

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

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

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