Html Css Color HEX #D0C648 Wattle

📋 copy color: '#D0C648'

red 208 ◦ green 198 ◦ blue 72

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

Shades of Wattle #D0C648

Tints of Wattle #D0C648

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.42%

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

R = 43.51%
G = 41.42%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0C648 (or 0xD0C648) is known color: Wattle. HEX triplet: D0, C6 and 48. RGB value is (208,198,72). Sum of RGB (Red+Green+Blue) = 208+198+72=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C648 is #2F39B7. Grayscale: #BBBBBB. Windows color (decimal): -3094968 or 4769488. OLE color: 4769488.

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

Color convert

RGB 208 198 72 -
CMYK 0 0.05 0.65 0.18
HSL 55.59º 0.59% 0.55% -
HSV(B) 55.59º 0.65% 0.82% -
XYZ 47.38 54.27 14.11 -
YUV 186.63 63.31 143.25 -
System Red Green Blue C M Y K H S L
Decimal 208 198 72 0 0.05 0.65 0.18 55.59 0.59 0.55
Hex D0 C6 48 0 5 41 12 38 3B 37
Octal 320 306 110 0 5 101 22 70 73 67
Binary 11010000 11000110 1001000 0 101 1000001 10010 111000 111011 110111

Color Harmonies of #D0C648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C648

Black with #D0C648

Text Example


Text Example

White with #D0C648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C648; }

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

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

background-color css

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

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

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

border-color css

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

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

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