Html Css Color HEX #D0C746 Wattle

📋 copy color: '#D0C746'

red 208 ◦ green 199 ◦ blue 70

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

Shades of Wattle #D0C746

Tints of Wattle #D0C746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.72%

 BLUE value IS 70 (27.73% from 255) = 14.68%

R = 43.61%
G = 41.72%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0C746 (or 0xD0C746) is known color: Wattle. HEX triplet: D0, C7 and 46. RGB value is (208,199,70). Sum of RGB (Red+Green+Blue) = 208+199+70=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 70 (27.73% from 255 or 14.68% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C746 is #2F38B9. Grayscale: #BBBBBB. Windows color (decimal): -3094714 or 4638672. OLE color: 4638672.

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

Color convert

RGB 208 199 70 -
CMYK 0 0.04 0.66 0.18
HSL 56.09º 0.59% 0.55% -
HSV(B) 56.09º 0.66% 0.82% -
XYZ 47.54 54.7 13.85 -
YUV 186.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 208 199 70 0 0.04 0.66 0.18 56.09 0.59 0.55
Hex D0 C7 46 0 4 42 12 38 3B 37
Octal 320 307 106 0 4 102 22 70 73 67
Binary 11010000 11000111 1000110 0 100 1000010 10010 111000 111011 110111

Color Harmonies of #D0C746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C746

Black with #D0C746

Text Example


Text Example

White with #D0C746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C746; }

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

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

background-color css

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

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

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

border-color css

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

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

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