Html Css Color HEX #D0CE48 Wattle

📋 copy color: '#D0CE48'

red 208 ◦ green 206 ◦ blue 72

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

Shades of Wattle #D0CE48

Tints of Wattle #D0CE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.39%

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

R = 42.8%
G = 42.39%
B = 14.81%

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

#D0CE48 (or 0xD0CE48) is known color: Wattle. HEX triplet: D0, CE and 48. RGB value is (208,206,72). Sum of RGB (Red+Green+Blue) = 208+206+72=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE48 is #2F31B7. Grayscale: #BFBFBF. Windows color (decimal): -3092920 or 4771536. OLE color: 4771536.

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

Color convert

RGB 208 206 72 -
CMYK 0 0.01 0.65 0.18
HSL 59.12º 0.59% 0.55% -
HSV(B) 59.12º 0.65% 0.82% -
XYZ 49.25 58.02 14.73 -
YUV 191.32 60.66 139.9 -
System Red Green Blue C M Y K H S L
Decimal 208 206 72 0 0.01 0.65 0.18 59.12 0.59 0.55
Hex D0 CE 48 0 1 41 12 3B 3B 37
Octal 320 316 110 0 1 101 22 73 73 67
Binary 11010000 11001110 1001000 0 1 1000001 10010 111011 111011 110111

Color Harmonies of #D0CE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CE48

Black with #D0CE48

Text Example


Text Example

White with #D0CE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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