Html Css Color HEX #DEB64D Ronchi

📋 copy color: '#DEB64D'

red 222 ◦ green 182 ◦ blue 77

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

Shades of Ronchi #DEB64D

Tints of Ronchi #DEB64D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.84%

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

R = 46.15%
G = 37.84%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DEB64D (or 0xDEB64D) is known color: Ronchi. HEX triplet: DE, B6 and 4D. RGB value is (222,182,77). Sum of RGB (Red+Green+Blue) = 222+182+77=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 182 (71.48% from 255 or 37.84% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB64D is #2149B2. Grayscale: #B6B6B6. Windows color (decimal): -2181555 or 5093086. OLE color: 5093086.

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

Color convert

RGB 222 182 77 -
CMYK 0 0.18 0.65 0.13
HSL 43.45º 0.69% 0.59% -
HSV(B) 43.45º 0.65% 0.87% -
XYZ 48.19 49.52 14.04 -
YUV 181.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 222 182 77 0 0.18 0.65 0.13 43.45 0.69 0.59
Hex DE B6 4D 0 12 41 D 2B 45 3B
Octal 336 266 115 0 22 101 15 53 105 73
Binary 11011110 10110110 1001101 0 10010 1000001 1101 101011 1000101 111011

Color Harmonies of #DEB64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB64D

Black with #DEB64D

Text Example


Text Example

White with #DEB64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB64D; }

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

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

background-color css

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

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

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

border-color css

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

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

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