Html Css Color HEX #DEB94D Ronchi

📋 copy color: '#DEB94D'

red 222 ◦ green 185 ◦ blue 77

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

Shades of Ronchi #DEB94D

Tints of Ronchi #DEB94D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.22%

 BLUE value IS 77 (30.47% from 255) = 15.91%

R = 45.87%
G = 38.22%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEB94D (or 0xDEB94D) is known color: Ronchi. HEX triplet: DE, B9 and 4D. RGB value is (222,185,77). Sum of RGB (Red+Green+Blue) = 222+185+77=484 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.87% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB94D is #2146B2. Grayscale: #B8B8B8. Windows color (decimal): -2180787 or 5093854. OLE color: 5093854.

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

Color convert

RGB 222 185 77 -
CMYK 0 0.17 0.65 0.13
HSL 44.69º 0.69% 0.59% -
HSV(B) 44.69º 0.65% 0.87% -
XYZ 48.81 50.76 14.25 -
YUV 183.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 222 185 77 0 0.17 0.65 0.13 44.69 0.69 0.59
Hex DE B9 4D 0 11 41 D 2D 45 3B
Octal 336 271 115 0 21 101 15 55 105 73
Binary 11011110 10111001 1001101 0 10001 1000001 1101 101101 1000101 111011

Color Harmonies of #DEB94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB94D

Black with #DEB94D

Text Example


Text Example

White with #DEB94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB94D; }

 p { color: rgb(222,185,77); }

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

background-color css

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

 a { background-color: rgb(222,185,77); }

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

border-color css

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

 span { border-color: rgb(222,185,77); }

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