#d0c742

Color #D0C742 Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #D0C742

Tints of Wattle #D0C742

Color information

#D0C742 (or 0xD0C742) is unknown color: approx Wattle. HEX triplet: D0, C7 and 42. RGB value is (208,199,66). Sum of RGB (Red+Green+Blue) = 208+199+66=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 199 (78.12% from 255 or 42.07% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C742 is #2F38BD. Grayscale: #BBBBBB. Windows color (decimal): -3094718 or 4376528. OLE color: 4376528.

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

Color convert

RGB20819966-
CMYK00.040.680.18
HSL56.2º60.17%53.73%-
HSV(B)56.2º68.27%81.57%-
XYZ47.4254.6513.2-
YUV186.5359.98143.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 199 (78.12% from 255) = 42.07%
BLUE value IS 66 (26.17% from 255) = 13.95%
R=43.97%
G=42.07%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081996600.040.680.1856.260.1753.73
HexD0C742044412383c36
Octal3203071020410422707466
Binary110100001100011110000100100100010010010111000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0c742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0c742; }

 p { color: rgb(208,199,66); }

 H1.HeaderClassName
 {
   color: #d0c742;
 }
 .AnyTagClassName
 {
   color: #d0c742;
 }
</style>
background-color css

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

 a { background-color: rgb(208,199,66); }

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

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

 span { border-color: rgb(208,199,66); }

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