Html Css Color HEX #DEBB1E Sunflower

📋 copy color: '#DEBB1E'

red 222 ◦ green 187 ◦ blue 30

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

Shades of Sunflower #DEBB1E

Tints of Sunflower #DEBB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.83%

R = 50.57%
G = 42.6%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEBB1E (or 0xDEBB1E) is known color: Sunflower. HEX triplet: DE, BB and 1E. RGB value is (222,187,30). Sum of RGB (Red+Green+Blue) = 222+187+30=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB1E is #2144E1. Grayscale: #B4B4B4. Windows color (decimal): -2180322 or 2014174. OLE color: 2014174.

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

Color convert

RGB 222 187 30 -
CMYK 0 0.16 0.86 0.13
HSL 49.06º 0.76% 0.49% -
HSV(B) 49.06º 0.86% 0.87% -
XYZ 48.13 51.16 8.57 -
YUV 179.57 43.6 158.27 -
System Red Green Blue C M Y K H S L
Decimal 222 187 30 0 0.16 0.86 0.13 49.06 0.76 0.49
Hex DE BB 1E 0 10 56 D 31 4C 31
Octal 336 273 36 0 20 126 15 61 114 61
Binary 11011110 10111011 11110 0 10000 1010110 1101 110001 1001100 110001

Color Harmonies of #DEBB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB1E

Black with #DEBB1E

Text Example


Text Example

White with #DEBB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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