Html Css Color HEX #D0CC48 Wattle

📋 copy color: '#D0CC48'

red 208 ◦ green 204 ◦ blue 72

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

Shades of Wattle #D0CC48

Tints of Wattle #D0CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

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

R = 42.98%
G = 42.15%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0CC48 (or 0xD0CC48) is known color: Wattle. HEX triplet: D0, CC and 48. RGB value is (208,204,72). Sum of RGB (Red+Green+Blue) = 208+204+72=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC48 is #2F33B7. Grayscale: #BEBEBE. Windows color (decimal): -3093432 or 4771024. OLE color: 4771024.

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

Color convert

RGB 208 204 72 -
CMYK 0 0.02 0.65 0.18
HSL 58.24º 0.59% 0.55% -
HSV(B) 58.24º 0.65% 0.82% -
XYZ 48.77 57.06 14.57 -
YUV 190.15 61.33 140.73 -
System Red Green Blue C M Y K H S L
Decimal 208 204 72 0 0.02 0.65 0.18 58.24 0.59 0.55
Hex D0 CC 48 0 2 41 12 3A 3B 37
Octal 320 314 110 0 2 101 22 72 73 67
Binary 11010000 11001100 1001000 0 10 1000001 10010 111010 111011 110111

Color Harmonies of #D0CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CC48

Black with #D0CC48

Text Example


Text Example

White with #D0CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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