Html Css Color HEX #DEBE50 Ronchi

📋 copy color: '#DEBE50'

red 222 ◦ green 190 ◦ blue 80

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

Shades of Ronchi #DEBE50

Tints of Ronchi #DEBE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.62%

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

R = 45.12%
G = 38.62%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEBE50 (or 0xDEBE50) is known color: Ronchi. HEX triplet: DE, BE and 50. RGB value is (222,190,80). Sum of RGB (Red+Green+Blue) = 222+190+80=492 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.12% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBE50 is #2141AF. Grayscale: #BBBBBB. Windows color (decimal): -2179504 or 5291742. OLE color: 5291742.

HSL color Cylindrical-coordinate representation of color #DEBE50: hue angle of 46.48º 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 #DEBE50 is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 190 80 -
CMYK 0 0.14 0.64 0.13
HSL 46.48º 0.68% 0.59% -
HSV(B) 46.48º 0.64% 0.87% -
XYZ 49.99 52.94 15.17 -
YUV 187.03 67.6 152.94 -
System Red Green Blue C M Y K H S L
Decimal 222 190 80 0 0.14 0.64 0.13 46.48 0.68 0.59
Hex DE BE 50 0 E 40 D 2E 44 3B
Octal 336 276 120 0 16 100 15 56 104 73
Binary 11011110 10111110 1010000 0 1110 1000000 1101 101110 1000100 111011

Color Harmonies of #DEBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBE50

Black with #DEBE50

Text Example


Text Example

White with #DEBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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