Html Css Color HEX #DEC316 Sunflower

📋 copy color: '#DEC316'

red 222 ◦ green 195 ◦ blue 22

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

Shades of Sunflower #DEC316

Tints of Sunflower #DEC316

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 50.57%
G = 44.42%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEC316 (or 0xDEC316) is known color: Sunflower. HEX triplet: DE, C3 and 16. RGB value is (222,195,22). Sum of RGB (Red+Green+Blue) = 222+195+22=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC316 is #213CE9. Grayscale: #B8B8B8. Windows color (decimal): -2178282 or 1491934. OLE color: 1491934.

HSL color Cylindrical-coordinate representation of color #DEC316: hue angle of 51.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEC316 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 195 22 -
CMYK 0 0.12 0.90 0.13
HSL 51.9º 0.82% 0.48% -
HSV(B) 51.9º 0.9% 0.87% -
XYZ 49.78 54.62 8.68 -
YUV 183.35 36.95 155.57 -
System Red Green Blue C M Y K H S L
Decimal 222 195 22 0 0.12 0.90 0.13 51.9 0.82 0.48
Hex DE C3 16 0 C 5A D 34 52 30
Octal 336 303 26 0 14 132 15 64 122 60
Binary 11011110 11000011 10110 0 1100 1011010 1101 110100 1010010 110000

Color Harmonies of #DEC316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC316

Black with #DEC316

Text Example


Text Example

White with #DEC316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC316; }

 p { color: rgb(222,195,22); }

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

background-color css

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

 a { background-color: rgb(222,195,22); }

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

border-color css

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

 span { border-color: rgb(222,195,22); }

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