Html Css Color HEX #D0CD48 Wattle

📋 copy color: '#D0CD48'

red 208 ◦ green 205 ◦ blue 72

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

Shades of Wattle #D0CD48

Tints of Wattle #D0CD48

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

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

R = 42.89%
G = 42.27%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D0CD48 (or 0xD0CD48) is known color: Wattle. HEX triplet: D0, CD and 48. RGB value is (208,205,72). Sum of RGB (Red+Green+Blue) = 208+205+72=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD48 is #2F32B7. Grayscale: #BFBFBF. Windows color (decimal): -3093176 or 4771280. OLE color: 4771280.

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

Color convert

RGB 208 205 72 -
CMYK 0 0.01 0.65 0.18
HSL 58.68º 0.59% 0.55% -
HSV(B) 58.68º 0.65% 0.82% -
XYZ 49.01 57.54 14.65 -
YUV 190.74 60.99 140.31 -
System Red Green Blue C M Y K H S L
Decimal 208 205 72 0 0.01 0.65 0.18 58.68 0.59 0.55
Hex D0 CD 48 0 1 41 12 3B 3B 37
Octal 320 315 110 0 1 101 22 73 73 67
Binary 11010000 11001101 1001000 0 1 1000001 10010 111011 111011 110111

Color Harmonies of #D0CD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CD48

Black with #D0CD48

Text Example


Text Example

White with #D0CD48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CD48; }

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

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

background-color css

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

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

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

border-color css

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

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

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