Html Css Color HEX #DEC735 Wattle

📋 copy color: '#DEC735'

red 222 ◦ green 199 ◦ blue 53

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

Shades of Wattle #DEC735

Tints of Wattle #DEC735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.98%

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

R = 46.84%
G = 41.98%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DEC735 (or 0xDEC735) is known color: Wattle. HEX triplet: DE, C7 and 35. RGB value is (222,199,53). Sum of RGB (Red+Green+Blue) = 222+199+53=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 199 (78.12% from 255 or 41.98% from 474); Blue value is 53 (21.09% from 255 or 11.18% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC735 is #2138CA. Grayscale: #BDBDBD. Windows color (decimal): -2177227 or 3524574. OLE color: 3524574.

HSL color Cylindrical-coordinate representation of color #DEC735: hue angle of 51.83º 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 #DEC735 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 53 -
CMYK 0 0.10 0.76 0.13
HSL 51.83º 0.72% 0.54% -
HSV(B) 51.83º 0.76% 0.87% -
XYZ 51.19 56.63 11.6 -
YUV 189.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 222 199 53 0 0.10 0.76 0.13 51.83 0.72 0.54
Hex DE C7 35 0 A 4C D 34 48 36
Octal 336 307 65 0 12 114 15 64 110 66
Binary 11011110 11000111 110101 0 1010 1001100 1101 110100 1001000 110110

Color Harmonies of #DEC735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC735

Black with #DEC735

Text Example


Text Example

White with #DEC735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC735; }

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

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

background-color css

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

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

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

border-color css

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

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

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