Html Css Color HEX #DEBA04 Sunflower

📋 copy color: '#DEBA04'

red 222 ◦ green 186 ◦ blue 4

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

Shades of Sunflower #DEBA04

Tints of Sunflower #DEBA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.15%

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 53.88%
G = 45.15%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEBA04 (or 0xDEBA04) is known color: Sunflower. HEX triplet: DE, BA and 04. RGB value is (222,186,4). Sum of RGB (Red+Green+Blue) = 222+186+4=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBA04 is #2145FB. Grayscale: #B0B0B0. Windows color (decimal): -2180604 or 309982. OLE color: 309982.

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

Color convert

RGB 222 186 4 -
CMYK 0 0.16 0.98 0.13
HSL 50.09º 0.96% 0.44% -
HSV(B) 50.09º 0.98% 0.87% -
XYZ 47.71 50.66 7.38 -
YUV 176.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 222 186 4 0 0.16 0.98 0.13 50.09 0.96 0.44
Hex DE BA 4 0 10 62 D 32 60 2C
Octal 336 272 4 0 20 142 15 62 140 54
Binary 11011110 10111010 100 0 10000 1100010 1101 110010 1100000 101100

Color Harmonies of #DEBA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA04

Black with #DEBA04

Text Example


Text Example

White with #DEBA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA04; }

 p { color: rgb(222,186,4); }

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

background-color css

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

 a { background-color: rgb(222,186,4); }

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

border-color css

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

 span { border-color: rgb(222,186,4); }

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