Html Css Color HEX #DEBC04 Sunflower

📋 copy color: '#DEBC04'

red 222 ◦ green 188 ◦ blue 4

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

Shades of Sunflower #DEBC04

Tints of Sunflower #DEBC04

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

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

R = 53.62%
G = 45.41%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DEBC04 (or 0xDEBC04) is known color: Sunflower. HEX triplet: DE, BC and 04. RGB value is (222,188,4). Sum of RGB (Red+Green+Blue) = 222+188+4=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBC04 is #2143FB. Grayscale: #B1B1B1. Windows color (decimal): -2180092 or 310494. OLE color: 310494.

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

Color convert

RGB 222 188 4 -
CMYK 0 0.15 0.98 0.13
HSL 50.64º 0.96% 0.44% -
HSV(B) 50.64º 0.98% 0.87% -
XYZ 48.13 51.5 7.52 -
YUV 177.19 30.26 159.96 -
System Red Green Blue C M Y K H S L
Decimal 222 188 4 0 0.15 0.98 0.13 50.64 0.96 0.44
Hex DE BC 4 0 F 62 D 33 60 2C
Octal 336 274 4 0 17 142 15 63 140 54
Binary 11011110 10111100 100 0 1111 1100010 1101 110011 1100000 101100

Color Harmonies of #DEBC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC04

Black with #DEBC04

Text Example


Text Example

White with #DEBC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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