Html Css Color HEX #DECE05 Sunflower

📋 copy color: '#DECE05'

red 222 ◦ green 206 ◦ blue 5

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

Shades of Sunflower #DECE05

Tints of Sunflower #DECE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.58%

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

R = 51.27%
G = 47.58%
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

#DECE05 (or 0xDECE05) is known color: Sunflower. HEX triplet: DE, CE and 05. RGB value is (222,206,5). Sum of RGB (Red+Green+Blue) = 222+206+5=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DECE05 is #2131FA. Grayscale: #BCBCBC. Windows color (decimal): -2175483 or 380638. OLE color: 380638.

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

Color convert

RGB 222 206 5 -
CMYK 0 0.07 0.98 0.13
HSL 55.58º 0.96% 0.45% -
HSV(B) 55.58º 0.98% 0.87% -
XYZ 52.22 59.68 8.91 -
YUV 187.87 24.8 152.34 -
System Red Green Blue C M Y K H S L
Decimal 222 206 5 0 0.07 0.98 0.13 55.58 0.96 0.45
Hex DE CE 5 0 7 62 D 38 60 2D
Octal 336 316 5 0 7 142 15 70 140 55
Binary 11011110 11001110 101 0 111 1100010 1101 111000 1100000 101101

Color Harmonies of #DECE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECE05

Black with #DECE05

Text Example


Text Example

White with #DECE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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