Html Css Color HEX #DECF05 Sunflower

📋 copy color: '#DECF05'

red 222 ◦ green 207 ◦ blue 5

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

Shades of Sunflower #DECF05

Tints of Sunflower #DECF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.7%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 51.15%
G = 47.7%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DECF05 (or 0xDECF05) is known color: Sunflower. HEX triplet: DE, CF and 05. RGB value is (222,207,5). Sum of RGB (Red+Green+Blue) = 222+207+5=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECF05 is #2130FA. Grayscale: #BDBDBD. Windows color (decimal): -2175227 or 380894. OLE color: 380894.

HSL color Cylindrical-coordinate representation of color #DECF05: hue angle of 55.85º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DECF05 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 207 5 -
CMYK 0 0.07 0.98 0.13
HSL 55.85º 0.96% 0.45% -
HSV(B) 55.85º 0.98% 0.87% -
XYZ 52.46 60.17 8.99 -
YUV 188.46 24.47 151.93 -
System Red Green Blue C M Y K H S L
Decimal 222 207 5 0 0.07 0.98 0.13 55.85 0.96 0.45
Hex DE CF 5 0 7 62 D 38 60 2D
Octal 336 317 5 0 7 142 15 70 140 55
Binary 11011110 11001111 101 0 111 1100010 1101 111000 1100000 101101

Color Harmonies of #DECF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECF05

Black with #DECF05

Text Example


Text Example

White with #DECF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECF05; }

 p { color: rgb(222,207,5); }

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

background-color css

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

 a { background-color: rgb(222,207,5); }

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

border-color css

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

 span { border-color: rgb(222,207,5); }

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