Html Css Color HEX #DEBB50 Ronchi

📋 copy color: '#DEBB50'

red 222 ◦ green 187 ◦ blue 80

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

Shades of Ronchi #DEBB50

Tints of Ronchi #DEBB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.36%

R = 45.4%
G = 38.24%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEBB50 (or 0xDEBB50) is known color: Ronchi. HEX triplet: DE, BB and 50. RGB value is (222,187,80). Sum of RGB (Red+Green+Blue) = 222+187+80=489 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.40% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB50 is #2144AF. Grayscale: #B9B9B9. Windows color (decimal): -2180272 or 5290974. OLE color: 5290974.

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

Color convert

RGB 222 187 80 -
CMYK 0 0.16 0.64 0.13
HSL 45.21º 0.68% 0.59% -
HSV(B) 45.21º 0.64% 0.87% -
XYZ 49.34 51.65 14.96 -
YUV 185.27 68.6 154.2 -
System Red Green Blue C M Y K H S L
Decimal 222 187 80 0 0.16 0.64 0.13 45.21 0.68 0.59
Hex DE BB 50 0 10 40 D 2D 44 3B
Octal 336 273 120 0 20 100 15 55 104 73
Binary 11011110 10111011 1010000 0 10000 1000000 1101 101101 1000100 111011

Color Harmonies of #DEBB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBB50

Black with #DEBB50

Text Example


Text Example

White with #DEBB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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