Html Css Color HEX #DEBF01 Sunflower

📋 copy color: '#DEBF01'

red 222 ◦ green 191 ◦ blue 1

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

Shades of Sunflower #DEBF01

Tints of Sunflower #DEBF01

RGB

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

 GREEN value IS 191 (75% from 255) = 46.14%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 53.62%
G = 46.14%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEBF01 (or 0xDEBF01) is known color: Sunflower. HEX triplet: DE, BF and 01. RGB value is (222,191,1). Sum of RGB (Red+Green+Blue) = 222+191+1=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBF01 is #2140FE. Grayscale: #B3B3B3. Windows color (decimal): -2179327 or 114654. OLE color: 114654.

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

Color convert

RGB 222 191 1 -
CMYK 0 0.14 1.00 0.13
HSL 51.58º 0.99% 0.44% -
HSV(B) 51.58º 1% 0.87% -
XYZ 48.76 52.79 7.65 -
YUV 178.61 27.77 158.95 -
System Red Green Blue C M Y K H S L
Decimal 222 191 1 0 0.14 1.00 0.13 51.58 0.99 0.44
Hex DE BF 1 0 E 64 D 34 63 2C
Octal 336 277 1 0 16 144 15 64 143 54
Binary 11011110 10111111 1 0 1110 1100100 1101 110100 1100011 101100

Color Harmonies of #DEBF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF01

Black with #DEBF01

Text Example


Text Example

White with #DEBF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF01; }

 p { color: rgb(222,191,1); }

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

background-color css

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

 a { background-color: rgb(222,191,1); }

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

border-color css

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

 span { border-color: rgb(222,191,1); }

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