Html Css Color HEX #D0C841 Wattle

📋 copy color: '#D0C841'

red 208 ◦ green 200 ◦ blue 65

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

Shades of Wattle #D0C841

Tints of Wattle #D0C841

RGB

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

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

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

R = 43.97%
G = 42.28%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0C841 (or 0xD0C841) is known color: Wattle. HEX triplet: D0, C8 and 41. RGB value is (208,200,65). Sum of RGB (Red+Green+Blue) = 208+200+65=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 65 (25.78% from 255 or 13.74% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C841 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C841 is #2F37BE. Grayscale: #BBBBBB. Windows color (decimal): -3094463 or 4311248. OLE color: 4311248.

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

Color convert

RGB 208 200 65 -
CMYK 0 0.04 0.69 0.18
HSL 56.64º 0.6% 0.54% -
HSV(B) 56.64º 0.69% 0.82% -
XYZ 47.62 55.1 13.13 -
YUV 187 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 208 200 65 0 0.04 0.69 0.18 56.64 0.6 0.54
Hex D0 C8 41 0 4 45 12 39 3C 36
Octal 320 310 101 0 4 105 22 71 74 66
Binary 11010000 11001000 1000001 0 100 1000101 10010 111001 111100 110110

Color Harmonies of #D0C841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C841

Black with #D0C841

Text Example


Text Example

White with #D0C841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C841; }

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

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

background-color css

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

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

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

border-color css

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

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

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