Html Css Color HEX #D0C148 Wattle

📋 copy color: '#D0C148'

red 208 ◦ green 193 ◦ blue 72

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

Shades of Wattle #D0C148

Tints of Wattle #D0C148

RGB

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

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

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

R = 43.97%
G = 40.8%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0C148 (or 0xD0C148) is known color: Wattle. HEX triplet: D0, C1 and 48. RGB value is (208,193,72). Sum of RGB (Red+Green+Blue) = 208+193+72=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C148 is #2F3EB7. Grayscale: #B8B8B8. Windows color (decimal): -3096248 or 4768208. OLE color: 4768208.

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

Color convert

RGB 208 193 72 -
CMYK 0 0.07 0.65 0.18
HSL 53.38º 0.59% 0.55% -
HSV(B) 53.38º 0.65% 0.82% -
XYZ 46.25 52.02 13.73 -
YUV 183.69 64.97 145.34 -
System Red Green Blue C M Y K H S L
Decimal 208 193 72 0 0.07 0.65 0.18 53.38 0.59 0.55
Hex D0 C1 48 0 7 41 12 35 3B 37
Octal 320 301 110 0 7 101 22 65 73 67
Binary 11010000 11000001 1001000 0 111 1000001 10010 110101 111011 110111

Color Harmonies of #D0C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C148

Black with #D0C148

Text Example


Text Example

White with #D0C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C148; }

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

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

background-color css

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

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

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

border-color css

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

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

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