Html Css Color HEX #DEC025 Sunflower

📋 copy color: '#DEC025'

red 222 ◦ green 192 ◦ blue 37

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

Shades of Sunflower #DEC025

Tints of Sunflower #DEC025

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 37 (14.84% from 255) = 8.2%

R = 49.22%
G = 42.57%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEC025 (or 0xDEC025) is known color: Sunflower. HEX triplet: DE, C0 and 25. RGB value is (222,192,37). Sum of RGB (Red+Green+Blue) = 222+192+37=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC025 is #213FDA. Grayscale: #B7B7B7. Windows color (decimal): -2179035 or 2474206. OLE color: 2474206.

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

Color convert

RGB 222 192 37 -
CMYK 0 0.14 0.83 0.13
HSL 50.27º 0.74% 0.51% -
HSV(B) 50.27º 0.83% 0.87% -
XYZ 49.31 53.36 9.45 -
YUV 183.3 45.44 155.6 -
System Red Green Blue C M Y K H S L
Decimal 222 192 37 0 0.14 0.83 0.13 50.27 0.74 0.51
Hex DE C0 25 0 E 53 D 32 4A 33
Octal 336 300 45 0 16 123 15 62 112 63
Binary 11011110 11000000 100101 0 1110 1010011 1101 110010 1001010 110011

Color Harmonies of #DEC025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC025

Black with #DEC025

Text Example


Text Example

White with #DEC025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC025; }

 p { color: rgb(222,192,37); }

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

background-color css

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

 a { background-color: rgb(222,192,37); }

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

border-color css

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

 span { border-color: rgb(222,192,37); }

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