Html Css Color HEX #DEC71C Sunflower

📋 copy color: '#DEC71C'

red 222 ◦ green 199 ◦ blue 28

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

Shades of Sunflower #DEC71C

Tints of Sunflower #DEC71C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

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

R = 49.44%
G = 44.32%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEC71C (or 0xDEC71C) is known color: Sunflower. HEX triplet: DE, C7 and 1C. RGB value is (222,199,28). Sum of RGB (Red+Green+Blue) = 222+199+28=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC71C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC71C is #2138E3. Grayscale: #BBBBBB. Windows color (decimal): -2177252 or 1886174. OLE color: 1886174.

HSL color Cylindrical-coordinate representation of color #DEC71C: hue angle of 52.89º 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 #DEC71C is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 28 -
CMYK 0 0.10 0.87 0.13
HSL 52.89º 0.78% 0.49% -
HSV(B) 52.89º 0.87% 0.87% -
XYZ 50.76 56.46 9.32 -
YUV 186.38 38.62 153.4 -
System Red Green Blue C M Y K H S L
Decimal 222 199 28 0 0.10 0.87 0.13 52.89 0.78 0.49
Hex DE C7 1C 0 A 57 D 35 4E 31
Octal 336 307 34 0 12 127 15 65 116 61
Binary 11011110 11000111 11100 0 1010 1010111 1101 110101 1001110 110001

Color Harmonies of #DEC71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC71C

Black with #DEC71C

Text Example


Text Example

White with #DEC71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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