Html Css Color HEX #DEBA56 Ronchi

📋 copy color: '#DEBA56'

red 222 ◦ green 186 ◦ blue 86

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

Shades of Ronchi #DEBA56

Tints of Ronchi #DEBA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 86 (33.98% from 255) = 17.41%

R = 44.94%
G = 37.65%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DEBA56 (or 0xDEBA56) is known color: Ronchi. HEX triplet: DE, BA and 56. RGB value is (222,186,86). Sum of RGB (Red+Green+Blue) = 222+186+86=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 86 (33.98% from 255 or 17.41% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA56 is #2145A9. Grayscale: #B9B9B9. Windows color (decimal): -2180522 or 5683934. OLE color: 5683934.

HSL color Cylindrical-coordinate representation of color #DEBA56: hue angle of 44.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DEBA56 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 186 86 -
CMYK 0 0.16 0.61 0.13
HSL 44.12º 0.67% 0.6% -
HSV(B) 44.12º 0.61% 0.87% -
XYZ 49.36 51.32 16.11 -
YUV 185.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 222 186 86 0 0.16 0.61 0.13 44.12 0.67 0.6
Hex DE BA 56 0 10 3D D 2C 43 3C
Octal 336 272 126 0 20 75 15 54 103 74
Binary 11011110 10111010 1010110 0 10000 111101 1101 101100 1000011 111100

Color Harmonies of #DEBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA56

Black with #DEBA56

Text Example


Text Example

White with #DEBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA56; }

 p { color: rgb(222,186,86); }

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

background-color css

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

 a { background-color: rgb(222,186,86); }

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

border-color css

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

 span { border-color: rgb(222,186,86); }

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