Html Css Color HEX #DEB74E Ronchi

📋 copy color: '#DEB74E'

red 222 ◦ green 183 ◦ blue 78

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

Shades of Ronchi #DEB74E

Tints of Ronchi #DEB74E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.89%

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

R = 45.96%
G = 37.89%
B = 16.15%

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

#DEB74E (or 0xDEB74E) is known color: Ronchi. HEX triplet: DE, B7 and 4E. RGB value is (222,183,78). Sum of RGB (Red+Green+Blue) = 222+183+78=483 (63% of max value = 765). Red value is 222 (87.11% from 255 or 45.96% from 483); Green value is 183 (71.88% from 255 or 37.89% from 483); Blue value is 78 (30.86% from 255 or 16.15% from 483); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEB74E is #2148B1. Grayscale: #B7B7B7. Windows color (decimal): -2181298 or 5158878. OLE color: 5158878.

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

Color convert

RGB 222 183 78 -
CMYK 0 0.18 0.65 0.13
HSL 43.75º 0.69% 0.59% -
HSV(B) 43.75º 0.65% 0.87% -
XYZ 48.43 49.95 14.3 -
YUV 182.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 222 183 78 0 0.18 0.65 0.13 43.75 0.69 0.59
Hex DE B7 4E 0 12 41 D 2C 45 3B
Octal 336 267 116 0 22 101 15 54 105 73
Binary 11011110 10110111 1001110 0 10010 1000001 1101 101100 1000101 111011

Color Harmonies of #DEB74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB74E

Black with #DEB74E

Text Example


Text Example

White with #DEB74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB74E; }

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

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

background-color css

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

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

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

border-color css

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

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

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