Html Css Color HEX #D0C541 Wattle

📋 copy color: '#D0C541'

red 208 ◦ green 197 ◦ blue 65

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

Shades of Wattle #D0C541

Tints of Wattle #D0C541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.83%

R = 44.26%
G = 41.91%
B = 13.83%

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

#D0C541 (or 0xD0C541) is known color: Wattle. HEX triplet: D0, C5 and 41. RGB value is (208,197,65). Sum of RGB (Red+Green+Blue) = 208+197+65=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 197 (77.34% from 255 or 41.91% from 470); Blue value is 65 (25.78% from 255 or 13.83% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C541 is #2F3ABE. Grayscale: #B9B9B9. Windows color (decimal): -3095231 or 4310480. OLE color: 4310480.

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

Color convert

RGB 208 197 65 -
CMYK 0 0.05 0.69 0.18
HSL 55.38º 0.6% 0.54% -
HSV(B) 55.38º 0.69% 0.82% -
XYZ 46.93 53.72 12.9 -
YUV 185.24 60.14 144.23 -
System Red Green Blue C M Y K H S L
Decimal 208 197 65 0 0.05 0.69 0.18 55.38 0.6 0.54
Hex D0 C5 41 0 5 45 12 37 3C 36
Octal 320 305 101 0 5 105 22 67 74 66
Binary 11010000 11000101 1000001 0 101 1000101 10010 110111 111100 110110

Color Harmonies of #D0C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C541

Black with #D0C541

Text Example


Text Example

White with #D0C541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C541; }

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

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

background-color css

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

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

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

border-color css

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

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

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