Html Css Color HEX #DEBB1C Sunflower

📋 copy color: '#DEBB1C'

red 222 ◦ green 187 ◦ blue 28

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

Shades of Sunflower #DEBB1C

Tints of Sunflower #DEBB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 50.8%
G = 42.79%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEBB1C (or 0xDEBB1C) is known color: Sunflower. HEX triplet: DE, BB and 1C. RGB value is (222,187,28). Sum of RGB (Red+Green+Blue) = 222+187+28=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEBB1C is #2144E3. Grayscale: #B4B4B4. Windows color (decimal): -2180324 or 1883102. OLE color: 1883102.

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

Color convert

RGB 222 187 28 -
CMYK 0 0.16 0.87 0.13
HSL 49.18º 0.78% 0.49% -
HSV(B) 49.18º 0.87% 0.87% -
XYZ 48.1 51.15 8.44 -
YUV 179.34 42.6 158.43 -
System Red Green Blue C M Y K H S L
Decimal 222 187 28 0 0.16 0.87 0.13 49.18 0.78 0.49
Hex DE BB 1C 0 10 57 D 31 4E 31
Octal 336 273 34 0 20 127 15 61 116 61
Binary 11011110 10111011 11100 0 10000 1010111 1101 110001 1001110 110001

Color Harmonies of #DEBB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB1C

Black with #DEBB1C

Text Example


Text Example

White with #DEBB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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