Html Css Color HEX #DEBE01 Sunflower

📋 copy color: '#DEBE01'

red 222 ◦ green 190 ◦ blue 1

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

Shades of Sunflower #DEBE01

Tints of Sunflower #DEBE01

RGB

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

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

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

R = 53.75%
G = 46%
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

#DEBE01 (or 0xDEBE01) is known color: Sunflower. HEX triplet: DE, BE and 01. RGB value is (222,190,1). Sum of RGB (Red+Green+Blue) = 222+190+1=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBE01 is #2141FE. Grayscale: #B2B2B2. Windows color (decimal): -2179583 or 114398. OLE color: 114398.

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

Color convert

RGB 222 190 1 -
CMYK 0 0.14 1.00 0.13
HSL 51.31º 0.99% 0.44% -
HSV(B) 51.31º 1% 0.87% -
XYZ 48.54 52.36 7.58 -
YUV 178.02 28.1 159.37 -
System Red Green Blue C M Y K H S L
Decimal 222 190 1 0 0.14 1.00 0.13 51.31 0.99 0.44
Hex DE BE 1 0 E 64 D 33 63 2C
Octal 336 276 1 0 16 144 15 63 143 54
Binary 11011110 10111110 1 0 1110 1100100 1101 110011 1100011 101100

Color Harmonies of #DEBE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE01

Black with #DEBE01

Text Example


Text Example

White with #DEBE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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