Html Css Color HEX #DEC31E Sunflower

📋 copy color: '#DEC31E'

red 222 ◦ green 195 ◦ blue 30

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

Shades of Sunflower #DEC31E

Tints of Sunflower #DEC31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.71%

R = 49.66%
G = 43.62%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEC31E (or 0xDEC31E) is known color: Sunflower. HEX triplet: DE, C3 and 1E. RGB value is (222,195,30). Sum of RGB (Red+Green+Blue) = 222+195+30=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC31E is #213CE1. Grayscale: #B8B8B8. Windows color (decimal): -2178274 or 2016222. OLE color: 2016222.

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

Color convert

RGB 222 195 30 -
CMYK 0 0.12 0.86 0.13
HSL 51.56º 0.76% 0.49% -
HSV(B) 51.56º 0.86% 0.87% -
XYZ 49.87 54.65 9.15 -
YUV 184.26 40.95 154.92 -
System Red Green Blue C M Y K H S L
Decimal 222 195 30 0 0.12 0.86 0.13 51.56 0.76 0.49
Hex DE C3 1E 0 C 56 D 34 4C 31
Octal 336 303 36 0 14 126 15 64 114 61
Binary 11011110 11000011 11110 0 1100 1010110 1101 110100 1001100 110001

Color Harmonies of #DEC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC31E

Black with #DEC31E

Text Example


Text Example

White with #DEC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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