Html Css Color HEX #D0C640 Wattle

📋 copy color: '#D0C640'

red 208 ◦ green 198 ◦ blue 64

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

Shades of Wattle #D0C640

Tints of Wattle #D0C640

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.13%

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

R = 44.26%
G = 42.13%
B = 13.62%

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

#D0C640 (or 0xD0C640) is known color: Wattle. HEX triplet: D0, C6 and 40. RGB value is (208,198,64). Sum of RGB (Red+Green+Blue) = 208+198+64=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C640 is #2F39BF. Grayscale: #BABABA. Windows color (decimal): -3094976 or 4245200. OLE color: 4245200.

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

Color convert

RGB 208 198 64 -
CMYK 0 0.05 0.69 0.18
HSL 55.83º 0.61% 0.53% -
HSV(B) 55.83º 0.69% 0.82% -
XYZ 47.13 54.17 12.82 -
YUV 185.71 59.31 143.9 -
System Red Green Blue C M Y K H S L
Decimal 208 198 64 0 0.05 0.69 0.18 55.83 0.61 0.53
Hex D0 C6 40 0 5 45 12 38 3D 35
Octal 320 306 100 0 5 105 22 70 75 65
Binary 11010000 11000110 1000000 0 101 1000101 10010 111000 111101 110101

Color Harmonies of #D0C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C640

Black with #D0C640

Text Example


Text Example

White with #D0C640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C640; }

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

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

background-color css

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

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

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

border-color css

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

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

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