Html Css Color HEX #DEC61C Sunflower

📋 copy color: '#DEC61C'

red 222 ◦ green 198 ◦ blue 28

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

Shades of Sunflower #DEC61C

Tints of Sunflower #DEC61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.25%

R = 49.55%
G = 44.2%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEC61C (or 0xDEC61C) is known color: Sunflower. HEX triplet: DE, C6 and 1C. RGB value is (222,198,28). Sum of RGB (Red+Green+Blue) = 222+198+28=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC61C is #2139E3. Grayscale: #BABABA. Windows color (decimal): -2177508 or 1885918. OLE color: 1885918.

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

Color convert

RGB 222 198 28 -
CMYK 0 0.11 0.87 0.13
HSL 52.58º 0.78% 0.49% -
HSV(B) 52.58º 0.87% 0.87% -
XYZ 50.53 56 9.24 -
YUV 185.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 222 198 28 0 0.11 0.87 0.13 52.58 0.78 0.49
Hex DE C6 1C 0 B 57 D 35 4E 31
Octal 336 306 34 0 13 127 15 65 116 61
Binary 11011110 11000110 11100 0 1011 1010111 1101 110101 1001110 110001

Color Harmonies of #DEC61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC61C

Black with #DEC61C

Text Example


Text Example

White with #DEC61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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