Html Css Color HEX #D0C748 Wattle

📋 copy color: '#D0C748'

red 208 ◦ green 199 ◦ blue 72

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

Shades of Wattle #D0C748

Tints of Wattle #D0C748

RGB

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

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

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

R = 43.42%
G = 41.54%
B = 15.03%

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

#D0C748 (or 0xD0C748) is known color: Wattle. HEX triplet: D0, C7 and 48. RGB value is (208,199,72). Sum of RGB (Red+Green+Blue) = 208+199+72=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 72 (28.52% from 255 or 15.03% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C748 is #2F38B7. Grayscale: #BBBBBB. Windows color (decimal): -3094712 or 4769744. OLE color: 4769744.

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

Color convert

RGB 208 199 72 -
CMYK 0 0.04 0.65 0.18
HSL 56.03º 0.59% 0.55% -
HSV(B) 56.03º 0.65% 0.82% -
XYZ 47.61 54.72 14.18 -
YUV 187.21 62.98 142.83 -
System Red Green Blue C M Y K H S L
Decimal 208 199 72 0 0.04 0.65 0.18 56.03 0.59 0.55
Hex D0 C7 48 0 4 41 12 38 3B 37
Octal 320 307 110 0 4 101 22 70 73 67
Binary 11010000 11000111 1001000 0 100 1000001 10010 111000 111011 110111

Color Harmonies of #D0C748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C748

Black with #D0C748

Text Example


Text Example

White with #D0C748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C748; }

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

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

background-color css

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

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

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

border-color css

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

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

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