Html Css Color HEX #DEBB0B Sunflower

📋 copy color: '#DEBB0B'

red 222 ◦ green 187 ◦ blue 11

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

Shades of Sunflower #DEBB0B

Tints of Sunflower #DEBB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.62%

R = 52.86%
G = 44.52%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DEBB0B (or 0xDEBB0B) is known color: Sunflower. HEX triplet: DE, BB and 0B. RGB value is (222,187,11). Sum of RGB (Red+Green+Blue) = 222+187+11=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 187 (73.44% from 255 or 44.52% from 420); Blue value is 11 (4.69% from 255 or 2.62% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEBB0B is #2144F4. Grayscale: #B2B2B2. Windows color (decimal): -2180341 or 768990. OLE color: 768990.

HSL color Cylindrical-coordinate representation of color #DEBB0B: hue angle of 50.05º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DEBB0B is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 187 11 -
CMYK 0 0.16 0.95 0.13
HSL 50.05º 0.91% 0.46% -
HSV(B) 50.05º 0.95% 0.87% -
XYZ 47.95 51.09 7.65 -
YUV 177.4 34.1 159.81 -
System Red Green Blue C M Y K H S L
Decimal 222 187 11 0 0.16 0.95 0.13 50.05 0.91 0.46
Hex DE BB B 0 10 5F D 32 5B 2E
Octal 336 273 13 0 20 137 15 62 133 56
Binary 11011110 10111011 1011 0 10000 1011111 1101 110010 1011011 101110

Color Harmonies of #DEBB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB0B

Black with #DEBB0B

Text Example


Text Example

White with #DEBB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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