Html Css Color HEX #DEB94E Ronchi

📋 copy color: '#DEB94E'

red 222 ◦ green 185 ◦ blue 78

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

Shades of Ronchi #DEB94E

Tints of Ronchi #DEB94E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.08%

R = 45.77%
G = 38.14%
B = 16.08%

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

#DEB94E (or 0xDEB94E) is known color: Ronchi. HEX triplet: DE, B9 and 4E. RGB value is (222,185,78). Sum of RGB (Red+Green+Blue) = 222+185+78=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 78 (30.86% from 255 or 16.08% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB94E is #2146B1. Grayscale: #B8B8B8. Windows color (decimal): -2180786 or 5159390. OLE color: 5159390.

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

Color convert

RGB 222 185 78 -
CMYK 0 0.17 0.65 0.13
HSL 44.58º 0.69% 0.59% -
HSV(B) 44.58º 0.65% 0.87% -
XYZ 48.85 50.78 14.43 -
YUV 183.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 222 185 78 0 0.17 0.65 0.13 44.58 0.69 0.59
Hex DE B9 4E 0 11 41 D 2D 45 3B
Octal 336 271 116 0 21 101 15 55 105 73
Binary 11011110 10111001 1001110 0 10001 1000001 1101 101101 1000101 111011

Color Harmonies of #DEB94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB94E

Black with #DEB94E

Text Example


Text Example

White with #DEB94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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