Html Css Color HEX #DEBA4D Ronchi

📋 copy color: '#DEBA4D'

red 222 ◦ green 186 ◦ blue 77

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

Shades of Ronchi #DEBA4D

Tints of Ronchi #DEBA4D

RGB

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

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

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

R = 45.77%
G = 38.35%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEBA4D (or 0xDEBA4D) is known color: Ronchi. HEX triplet: DE, BA and 4D. RGB value is (222,186,77). Sum of RGB (Red+Green+Blue) = 222+186+77=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBA4D is #2145B2. Grayscale: #B8B8B8. Windows color (decimal): -2180531 or 5094110. OLE color: 5094110.

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

Color convert

RGB 222 186 77 -
CMYK 0 0.16 0.65 0.13
HSL 45.1º 0.69% 0.59% -
HSV(B) 45.1º 0.65% 0.87% -
XYZ 49.02 51.18 14.32 -
YUV 184.34 67.43 154.86 -
System Red Green Blue C M Y K H S L
Decimal 222 186 77 0 0.16 0.65 0.13 45.1 0.69 0.59
Hex DE BA 4D 0 10 41 D 2D 45 3B
Octal 336 272 115 0 20 101 15 55 105 73
Binary 11011110 10111010 1001101 0 10000 1000001 1101 101101 1000101 111011

Color Harmonies of #DEBA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBA4D

Black with #DEBA4D

Text Example


Text Example

White with #DEBA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBA4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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