Html Css Color HEX #DEBB00 Sunflower

📋 copy color: '#DEBB00'

red 222 ◦ green 187 ◦ blue 0

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

Shades of Sunflower #DEBB00

Tints of Sunflower #DEBB00

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.72%

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

R = 54.28%
G = 45.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEBB00 (or 0xDEBB00) is known color: Sunflower. HEX triplet: DE, BB and 00. RGB value is (222,187,0). Sum of RGB (Red+Green+Blue) = 222+187+0=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB00 is #2144FF. Grayscale: #B0B0B0. Windows color (decimal): -2180352 or 48094. OLE color: 48094.

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

Color convert

RGB 222 187 0 -
CMYK 0 0.16 1 0.13
HSL 50.54º 1% 0.44% -
HSV(B) 50.54º 1% 0.87% -
XYZ 47.89 51.07 7.33 -
YUV 176.15 28.6 160.71 -
System Red Green Blue C M Y K H S L
Decimal 222 187 0 0 0.16 1 0.13 50.54 1 0.44
Hex DE BB 0 0 10 64 D 33 64 2C
Octal 336 273 0 0 20 144 15 63 144 54
Binary 11011110 10111011 0 0 10000 1100100 1101 110011 1100100 101100

Color Harmonies of #DEBB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB00

Black with #DEBB00

Text Example


Text Example

White with #DEBB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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