Html Css Color HEX #DEBE04 Sunflower

📋 copy color: '#DEBE04'

red 222 ◦ green 190 ◦ blue 4

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

Shades of Sunflower #DEBE04

Tints of Sunflower #DEBE04

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

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

R = 53.37%
G = 45.67%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEBE04 (or 0xDEBE04) is known color: Sunflower. HEX triplet: DE, BE and 04. RGB value is (222,190,4). Sum of RGB (Red+Green+Blue) = 222+190+4=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE04 is #2141FB. Grayscale: #B3B3B3. Windows color (decimal): -2179580 or 311006. OLE color: 311006.

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

Color convert

RGB 222 190 4 -
CMYK 0 0.14 0.98 0.13
HSL 51.19º 0.96% 0.44% -
HSV(B) 51.19º 0.98% 0.87% -
XYZ 48.56 52.37 7.66 -
YUV 178.36 29.6 159.12 -
System Red Green Blue C M Y K H S L
Decimal 222 190 4 0 0.14 0.98 0.13 51.19 0.96 0.44
Hex DE BE 4 0 E 62 D 33 60 2C
Octal 336 276 4 0 16 142 15 63 140 54
Binary 11011110 10111110 100 0 1110 1100010 1101 110011 1100000 101100

Color Harmonies of #DEBE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE04

Black with #DEBE04

Text Example


Text Example

White with #DEBE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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