Html Css Color HEX #DEB850 Ronchi

📋 copy color: '#DEB850'

red 222 ◦ green 184 ◦ blue 80

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

Shades of Ronchi #DEB850

Tints of Ronchi #DEB850

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

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

R = 45.68%
G = 37.86%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEB850 (or 0xDEB850) is known color: Ronchi. HEX triplet: DE, B8 and 50. RGB value is (222,184,80). Sum of RGB (Red+Green+Blue) = 222+184+80=486 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.68% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB850 is #2147AF. Grayscale: #B7B7B7. Windows color (decimal): -2181040 or 5290206. OLE color: 5290206.

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

Color convert

RGB 222 184 80 -
CMYK 0 0.17 0.64 0.13
HSL 43.94º 0.68% 0.59% -
HSV(B) 43.94º 0.64% 0.87% -
XYZ 48.71 50.39 14.75 -
YUV 183.51 69.59 155.46 -
System Red Green Blue C M Y K H S L
Decimal 222 184 80 0 0.17 0.64 0.13 43.94 0.68 0.59
Hex DE B8 50 0 11 40 D 2C 44 3B
Octal 336 270 120 0 21 100 15 54 104 73
Binary 11011110 10111000 1010000 0 10001 1000000 1101 101100 1000100 111011

Color Harmonies of #DEB850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB850

Black with #DEB850

Text Example


Text Example

White with #DEB850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB850; }

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

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

background-color css

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

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

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

border-color css

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

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

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