Html Css Color HEX #DEC122 Sunflower

📋 copy color: '#DEC122'

red 222 ◦ green 193 ◦ blue 34

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

Shades of Sunflower #DEC122

Tints of Sunflower #DEC122

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.98%

 BLUE value IS 34 (13.67% from 255) = 7.57%

R = 49.44%
G = 42.98%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEC122 (or 0xDEC122) is known color: Sunflower. HEX triplet: DE, C1 and 22. RGB value is (222,193,34). Sum of RGB (Red+Green+Blue) = 222+193+34=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC122 is #213EDD. Grayscale: #B8B8B8. Windows color (decimal): -2178782 or 2277854. OLE color: 2277854.

HSL color Cylindrical-coordinate representation of color #DEC122: hue angle of 50.74º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEC122 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 193 34 -
CMYK 0 0.13 0.85 0.13
HSL 50.74º 0.74% 0.5% -
HSV(B) 50.74º 0.85% 0.87% -
XYZ 49.48 53.79 9.29 -
YUV 183.55 43.61 155.43 -
System Red Green Blue C M Y K H S L
Decimal 222 193 34 0 0.13 0.85 0.13 50.74 0.74 0.5
Hex DE C1 22 0 D 55 D 33 4A 32
Octal 336 301 42 0 15 125 15 63 112 62
Binary 11011110 11000001 100010 0 1101 1010101 1101 110011 1001010 110010

Color Harmonies of #DEC122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC122

Black with #DEC122

Text Example


Text Example

White with #DEC122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC122; }

 p { color: rgb(222,193,34); }

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

background-color css

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

 a { background-color: rgb(222,193,34); }

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

border-color css

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

 span { border-color: rgb(222,193,34); }

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