Html Css Color HEX #DEC635 Wattle

📋 copy color: '#DEC635'

red 222 ◦ green 198 ◦ blue 53

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

Shades of Wattle #DEC635

Tints of Wattle #DEC635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.86%

 BLUE value IS 53 (21.09% from 255) = 11.21%

R = 46.93%
G = 41.86%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEC635 (or 0xDEC635) is known color: Wattle. HEX triplet: DE, C6 and 35. RGB value is (222,198,53). Sum of RGB (Red+Green+Blue) = 222+198+53=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 198 (77.73% from 255 or 41.86% from 473); Blue value is 53 (21.09% from 255 or 11.21% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC635 is #2139CA. Grayscale: #BDBDBD. Windows color (decimal): -2177483 or 3524318. OLE color: 3524318.

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

Color convert

RGB 222 198 53 -
CMYK 0 0.11 0.76 0.13
HSL 51.48º 0.72% 0.54% -
HSV(B) 51.48º 0.76% 0.87% -
XYZ 50.96 56.17 11.53 -
YUV 188.65 51.45 151.79 -
System Red Green Blue C M Y K H S L
Decimal 222 198 53 0 0.11 0.76 0.13 51.48 0.72 0.54
Hex DE C6 35 0 B 4C D 33 48 36
Octal 336 306 65 0 13 114 15 63 110 66
Binary 11011110 11000110 110101 0 1011 1001100 1101 110011 1001000 110110

Color Harmonies of #DEC635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC635

Black with #DEC635

Text Example


Text Example

White with #DEC635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC635; }

 p { color: rgb(222,198,53); }

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

background-color css

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

 a { background-color: rgb(222,198,53); }

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

border-color css

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

 span { border-color: rgb(222,198,53); }

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