Html Css Color HEX #DEBB55 Ronchi

📋 copy color: '#DEBB55'

red 222 ◦ green 187 ◦ blue 85

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

Shades of Ronchi #DEBB55

Tints of Ronchi #DEBB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.21%

R = 44.94%
G = 37.85%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEBB55 (or 0xDEBB55) is known color: Ronchi. HEX triplet: DE, BB and 55. RGB value is (222,187,85). Sum of RGB (Red+Green+Blue) = 222+187+85=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 85 (33.59% from 255 or 17.21% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB55 is #2144AA. Grayscale: #BABABA. Windows color (decimal): -2180267 or 5618654. OLE color: 5618654.

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

Color convert

RGB 222 187 85 -
CMYK 0 0.16 0.62 0.13
HSL 44.67º 0.67% 0.6% -
HSV(B) 44.67º 0.62% 0.87% -
XYZ 49.53 51.73 15.97 -
YUV 185.84 71.1 153.79 -
System Red Green Blue C M Y K H S L
Decimal 222 187 85 0 0.16 0.62 0.13 44.67 0.67 0.6
Hex DE BB 55 0 10 3E D 2D 43 3C
Octal 336 273 125 0 20 76 15 55 103 74
Binary 11011110 10111011 1010101 0 10000 111110 1101 101101 1000011 111100

Color Harmonies of #DEBB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB55

Black with #DEBB55

Text Example


Text Example

White with #DEBB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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