Html Css Color HEX #D0C146 Wattle

📋 copy color: '#D0C146'

red 208 ◦ green 193 ◦ blue 70

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

Shades of Wattle #D0C146

Tints of Wattle #D0C146

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.98%

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

R = 44.16%
G = 40.98%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D0C146 (or 0xD0C146) is known color: Wattle. HEX triplet: D0, C1 and 46. RGB value is (208,193,70). Sum of RGB (Red+Green+Blue) = 208+193+70=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C146 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C146 is #2F3EB9. Grayscale: #B7B7B7. Windows color (decimal): -3096250 or 4637136. OLE color: 4637136.

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

Color convert

RGB 208 193 70 -
CMYK 0 0.07 0.66 0.18
HSL 53.48º 0.59% 0.55% -
HSV(B) 53.48º 0.66% 0.82% -
XYZ 46.19 51.99 13.4 -
YUV 183.46 63.97 145.5 -
System Red Green Blue C M Y K H S L
Decimal 208 193 70 0 0.07 0.66 0.18 53.48 0.59 0.55
Hex D0 C1 46 0 7 42 12 35 3B 37
Octal 320 301 106 0 7 102 22 65 73 67
Binary 11010000 11000001 1000110 0 111 1000010 10010 110101 111011 110111

Color Harmonies of #D0C146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C146

Black with #D0C146

Text Example


Text Example

White with #D0C146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C146; }

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

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

background-color css

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

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

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

border-color css

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

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

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