Html Css Color HEX #DEC628 Sunflower

📋 copy color: '#DEC628'

red 222 ◦ green 198 ◦ blue 40

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

Shades of Sunflower #DEC628

Tints of Sunflower #DEC628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.7%

R = 48.26%
G = 43.04%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEC628 (or 0xDEC628) is known color: Sunflower. HEX triplet: DE, C6 and 28. RGB value is (222,198,40). Sum of RGB (Red+Green+Blue) = 222+198+40=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 40 (16.02% from 255 or 8.70% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC628 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC628 is #2139D7. Grayscale: #BBBBBB. Windows color (decimal): -2177496 or 2672350. OLE color: 2672350.

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

Color convert

RGB 222 198 40 -
CMYK 0 0.11 0.82 0.13
HSL 52.09º 0.73% 0.51% -
HSV(B) 52.09º 0.82% 0.87% -
XYZ 50.7 56.07 10.16 -
YUV 187.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 222 198 40 0 0.11 0.82 0.13 52.09 0.73 0.51
Hex DE C6 28 0 B 52 D 34 49 33
Octal 336 306 50 0 13 122 15 64 111 63
Binary 11011110 11000110 101000 0 1011 1010010 1101 110100 1001001 110011

Color Harmonies of #DEC628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC628

Black with #DEC628

Text Example


Text Example

White with #DEC628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC628; }

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

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

background-color css

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

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

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

border-color css

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

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

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