Html Css Color HEX #DEC700 Sunflower

📋 copy color: '#DEC700'

red 222 ◦ green 199 ◦ blue 0

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

Shades of Sunflower #DEC700

Tints of Sunflower #DEC700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.73%
G = 47.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEC700 (or 0xDEC700) is known color: Sunflower. HEX triplet: DE, C7 and 00. RGB value is (222,199,0). Sum of RGB (Red+Green+Blue) = 222+199+0=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC700 is #2138FF. Grayscale: #B8B8B8. Windows color (decimal): -2177280 or 51166. OLE color: 51166.

HSL color Cylindrical-coordinate representation of color #DEC700: hue angle of 53.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEC700 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 199 0 -
CMYK 0 0.10 1 0.13
HSL 53.78º 1% 0.44% -
HSV(B) 53.78º 1% 0.87% -
XYZ 50.55 56.38 8.22 -
YUV 183.19 24.62 155.68 -
System Red Green Blue C M Y K H S L
Decimal 222 199 0 0 0.10 1 0.13 53.78 1 0.44
Hex DE C7 0 0 A 64 D 36 64 2C
Octal 336 307 0 0 12 144 15 66 144 54
Binary 11011110 11000111 0 0 1010 1100100 1101 110110 1100100 101100

Color Harmonies of #DEC700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC700

Black with #DEC700

Text Example


Text Example

White with #DEC700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC700; }

 p { color: rgb(222,199,0); }

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

background-color css

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

 a { background-color: rgb(222,199,0); }

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

border-color css

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

 span { border-color: rgb(222,199,0); }

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