Html Css Color HEX #D0C440 Wattle

📋 copy color: '#D0C440'

red 208 ◦ green 196 ◦ blue 64

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

Shades of Wattle #D0C440

Tints of Wattle #D0C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.88%

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

R = 44.44%
G = 41.88%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0C440 (or 0xD0C440) is known color: Wattle. HEX triplet: D0, C4 and 40. RGB value is (208,196,64). Sum of RGB (Red+Green+Blue) = 208+196+64=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 64 (25.39% from 255 or 13.68% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C440 is #2F3BBF. Grayscale: #B9B9B9. Windows color (decimal): -3095488 or 4244688. OLE color: 4244688.

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

Color convert

RGB 208 196 64 -
CMYK 0 0.06 0.69 0.18
HSL 55º 0.61% 0.53% -
HSV(B) 55º 0.69% 0.82% -
XYZ 46.68 53.26 12.67 -
YUV 184.54 59.98 144.73 -
System Red Green Blue C M Y K H S L
Decimal 208 196 64 0 0.06 0.69 0.18 55 0.61 0.53
Hex D0 C4 40 0 6 45 12 37 3D 35
Octal 320 304 100 0 6 105 22 67 75 65
Binary 11010000 11000100 1000000 0 110 1000101 10010 110111 111101 110101

Color Harmonies of #D0C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C440

Black with #D0C440

Text Example


Text Example

White with #D0C440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C440; }

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

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

background-color css

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

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

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

border-color css

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

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

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