Html Css Color HEX #D0C848 Wattle

📋 copy color: '#D0C848'

red 208 ◦ green 200 ◦ blue 72

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

Shades of Wattle #D0C848

Tints of Wattle #D0C848

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.67%

 BLUE value IS 72 (28.52% from 255) = 15%

R = 43.33%
G = 41.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0C848 (or 0xD0C848) is known color: Wattle. HEX triplet: D0, C8 and 48. RGB value is (208,200,72). Sum of RGB (Red+Green+Blue) = 208+200+72=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 72 (28.52% from 255 or 15% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C848 is #2F37B7. Grayscale: #BCBCBC. Windows color (decimal): -3094456 or 4770000. OLE color: 4770000.

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

Color convert

RGB 208 200 72 -
CMYK 0 0.04 0.65 0.18
HSL 56.47º 0.59% 0.55% -
HSV(B) 56.47º 0.65% 0.82% -
XYZ 47.84 55.19 14.26 -
YUV 187.8 62.65 142.41 -
System Red Green Blue C M Y K H S L
Decimal 208 200 72 0 0.04 0.65 0.18 56.47 0.59 0.55
Hex D0 C8 48 0 4 41 12 38 3B 37
Octal 320 310 110 0 4 101 22 70 73 67
Binary 11010000 11001000 1001000 0 100 1000001 10010 111000 111011 110111

Color Harmonies of #D0C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C848

Black with #D0C848

Text Example


Text Example

White with #D0C848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C848; }

 p { color: rgb(208,200,72); }

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

background-color css

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

 a { background-color: rgb(208,200,72); }

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

border-color css

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

 span { border-color: rgb(208,200,72); }

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