#dec627

Color #DEC627 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DEC627

Tints of Sunflower #DEC627

Color information

#DEC627 (or 0xDEC627) is unknown color: approx Sunflower. HEX triplet: DE, C6 and 27. RGB value is (222,198,39). Sum of RGB (Red+Green+Blue) = 222+198+39=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 39 (15.62% from 255 or 8.50% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC627 is #2139D8. Grayscale: #BBBBBB. Windows color (decimal): -2177497 or 2606814. OLE color: 2606814.

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

Color convert

RGB22219839-
CMYK00.110.820.13
HSL52.13º73.49%51.18%-
HSV(B)52.13º82.43%87.06%-
XYZ50.6856.0610.07-
YUV187.0544.45152.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 39 (15.62% from 255) = 8.50%
R=48.37%
G=43.14%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221983900.110.820.1352.1373.4951.18
HexDEC6270B52D344933
Octal33630647013122156411163
Binary110111101100011010011101011101001011011101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dec627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dec627; }

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

 H1.HeaderClassName
 {
   color: #dec627;
 }
 .AnyTagClassName
 {
   color: #dec627;
 }
</style>
background-color css

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

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

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

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

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

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