Html Css Color HEX #DEC631 Wattle

📋 copy color: '#DEC631'

red 222 ◦ green 198 ◦ blue 49

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

Shades of Wattle #DEC631

Tints of Wattle #DEC631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.45%

R = 47.33%
G = 42.22%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DEC631 (or 0xDEC631) is known color: Wattle. HEX triplet: DE, C6 and 31. RGB value is (222,198,49). Sum of RGB (Red+Green+Blue) = 222+198+49=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 49 (19.53% from 255 or 10.45% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC631 is #2139CE. Grayscale: #BCBCBC. Windows color (decimal): -2177487 or 3262174. OLE color: 3262174.

HSL color Cylindrical-coordinate representation of color #DEC631: hue angle of 51.68º degrees, saturation: 0.72, 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 #DEC631 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 198 49 -
CMYK 0 0.11 0.78 0.13
HSL 51.68º 0.72% 0.53% -
HSV(B) 51.68º 0.78% 0.87% -
XYZ 50.87 56.14 11.06 -
YUV 188.19 49.45 152.12 -
System Red Green Blue C M Y K H S L
Decimal 222 198 49 0 0.11 0.78 0.13 51.68 0.72 0.53
Hex DE C6 31 0 B 4E D 34 48 35
Octal 336 306 61 0 13 116 15 64 110 65
Binary 11011110 11000110 110001 0 1011 1001110 1101 110100 1001000 110101

Color Harmonies of #DEC631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC631

Black with #DEC631

Text Example


Text Example

White with #DEC631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC631; }

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

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

background-color css

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

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

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

border-color css

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

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

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