Html Css Color HEX #DEC830 Wattle

📋 copy color: '#DEC830'

red 222 ◦ green 200 ◦ blue 48

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

Shades of Wattle #DEC830

Tints of Wattle #DEC830

RGB

 RED value IS 222 (87.11% from 255) = 47.23%

 GREEN value IS 200 (78.52% from 255) = 42.55%

 BLUE value IS 48 (19.14% from 255) = 10.21%

R = 47.23%
G = 42.55%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEC830 (or 0xDEC830) is known color: Wattle. HEX triplet: DE, C8 and 30. RGB value is (222,200,48). Sum of RGB (Red+Green+Blue) = 222+200+48=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC830 is #2137CF. Grayscale: #BDBDBD. Windows color (decimal): -2176976 or 3197150. OLE color: 3197150.

HSL color Cylindrical-coordinate representation of color #DEC830: hue angle of 52.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEC830 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 200 48 -
CMYK 0 0.10 0.78 0.13
HSL 52.41º 0.73% 0.53% -
HSV(B) 52.41º 0.78% 0.87% -
XYZ 51.31 57.05 11.1 -
YUV 189.25 48.29 151.36 -
System Red Green Blue C M Y K H S L
Decimal 222 200 48 0 0.10 0.78 0.13 52.41 0.73 0.53
Hex DE C8 30 0 A 4E D 34 48 35
Octal 336 310 60 0 12 116 15 64 110 65
Binary 11011110 11001000 110000 0 1010 1001110 1101 110100 1001000 110101

Color Harmonies of #DEC830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC830

Black with #DEC830

Text Example


Text Example

White with #DEC830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC830; }

 p { color: rgb(222,200,48); }

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

background-color css

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

 a { background-color: rgb(222,200,48); }

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

border-color css

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

 span { border-color: rgb(222,200,48); }

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