Html Css Color HEX #DEBF00 Sunflower

📋 copy color: '#DEBF00'

red 222 ◦ green 191 ◦ blue 0

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

Shades of Sunflower #DEBF00

Tints of Sunflower #DEBF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.75%
G = 46.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEBF00 (or 0xDEBF00) is known color: Sunflower. HEX triplet: DE, BF and 00. RGB value is (222,191,0). Sum of RGB (Red+Green+Blue) = 222+191+0=413 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.75% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBF00 is #2140FF. Grayscale: #B3B3B3. Windows color (decimal): -2179328 or 49118. OLE color: 49118.

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

Color convert

RGB 222 191 0 -
CMYK 0 0.14 1 0.13
HSL 51.62º 1% 0.44% -
HSV(B) 51.62º 1% 0.87% -
XYZ 48.76 52.79 7.62 -
YUV 178.5 27.27 159.03 -
System Red Green Blue C M Y K H S L
Decimal 222 191 0 0 0.14 1 0.13 51.62 1 0.44
Hex DE BF 0 0 E 64 D 34 64 2C
Octal 336 277 0 0 16 144 15 64 144 54
Binary 11011110 10111111 0 0 1110 1100100 1101 110100 1100100 101100

Color Harmonies of #DEBF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBF00

Black with #DEBF00

Text Example


Text Example

White with #DEBF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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