Html Css Color HEX #DEC538 Wattle

📋 copy color: '#DEC538'

red 222 ◦ green 197 ◦ blue 56

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

Shades of Wattle #DEC538

Tints of Wattle #DEC538

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 56 (22.27% from 255) = 11.79%

R = 46.74%
G = 41.47%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DEC538 (or 0xDEC538) is known color: Wattle. HEX triplet: DE, C5 and 38. RGB value is (222,197,56). Sum of RGB (Red+Green+Blue) = 222+197+56=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 56 (22.27% from 255 or 11.79% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC538 is #213AC7. Grayscale: #BCBCBC. Windows color (decimal): -2177736 or 3720670. OLE color: 3720670.

HSL color Cylindrical-coordinate representation of color #DEC538: hue angle of 50.96º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DEC538 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 197 56 -
CMYK 0 0.11 0.75 0.13
HSL 50.96º 0.72% 0.55% -
HSV(B) 50.96º 0.75% 0.87% -
XYZ 50.8 55.75 11.82 -
YUV 188.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 222 197 56 0 0.11 0.75 0.13 50.96 0.72 0.55
Hex DE C5 38 0 B 4B D 33 48 37
Octal 336 305 70 0 13 113 15 63 110 67
Binary 11011110 11000101 111000 0 1011 1001011 1101 110011 1001000 110111

Color Harmonies of #DEC538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC538

Black with #DEC538

Text Example


Text Example

White with #DEC538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC538; }

 p { color: rgb(222,197,56); }

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

background-color css

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

 a { background-color: rgb(222,197,56); }

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

border-color css

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

 span { border-color: rgb(222,197,56); }

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