Html Css Color HEX #DEC80B Sunflower

📋 copy color: '#DEC80B'

red 222 ◦ green 200 ◦ blue 11

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

Shades of Sunflower #DEC80B

Tints of Sunflower #DEC80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

 BLUE value IS 11 (4.69% from 255) = 2.54%

R = 51.27%
G = 46.19%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEC80B (or 0xDEC80B) is known color: Sunflower. HEX triplet: DE, C8 and 0B. RGB value is (222,200,11). Sum of RGB (Red+Green+Blue) = 222+200+11=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEC80B is #2137F4. Grayscale: #B9B9B9. Windows color (decimal): -2177013 or 772318. OLE color: 772318.

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

Color convert

RGB 222 200 11 -
CMYK 0 0.10 0.95 0.13
HSL 53.74º 0.91% 0.46% -
HSV(B) 53.74º 0.95% 0.87% -
XYZ 50.84 56.86 8.61 -
YUV 185.03 29.79 154.37 -
System Red Green Blue C M Y K H S L
Decimal 222 200 11 0 0.10 0.95 0.13 53.74 0.91 0.46
Hex DE C8 B 0 A 5F D 36 5B 2E
Octal 336 310 13 0 12 137 15 66 133 56
Binary 11011110 11001000 1011 0 1010 1011111 1101 110110 1011011 101110

Color Harmonies of #DEC80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC80B

Black with #DEC80B

Text Example


Text Example

White with #DEC80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC80B; }

 p { color: rgb(222,200,11); }

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

background-color css

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

 a { background-color: rgb(222,200,11); }

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

border-color css

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

 span { border-color: rgb(222,200,11); }

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