Html Css Color HEX #DEB94C Ronchi

📋 copy color: '#DEB94C'

red 222 ◦ green 185 ◦ blue 76

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

Shades of Ronchi #DEB94C

Tints of Ronchi #DEB94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.73%

R = 45.96%
G = 38.3%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DEB94C (or 0xDEB94C) is known color: Ronchi. HEX triplet: DE, B9 and 4C. RGB value is (222,185,76). Sum of RGB (Red+Green+Blue) = 222+185+76=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB94C is #2146B3. Grayscale: #B8B8B8. Windows color (decimal): -2180788 or 5028318. OLE color: 5028318.

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

Color convert

RGB 222 185 76 -
CMYK 0 0.17 0.66 0.13
HSL 44.79º 0.69% 0.58% -
HSV(B) 44.79º 0.66% 0.87% -
XYZ 48.78 50.75 14.06 -
YUV 183.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 222 185 76 0 0.17 0.66 0.13 44.79 0.69 0.58
Hex DE B9 4C 0 11 42 D 2D 45 3A
Octal 336 271 114 0 21 102 15 55 105 72
Binary 11011110 10111001 1001100 0 10001 1000010 1101 101101 1000101 111010

Color Harmonies of #DEB94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB94C

Black with #DEB94C

Text Example


Text Example

White with #DEB94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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