Html Css Color HEX #DEC053 Ronchi

📋 copy color: '#DEC053'

red 222 ◦ green 192 ◦ blue 83

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

Shades of Ronchi #DEC053

Tints of Ronchi #DEC053

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.63%

 BLUE value IS 83 (32.81% from 255) = 16.7%

R = 44.67%
G = 38.63%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEC053 (or 0xDEC053) is known color: Ronchi. HEX triplet: DE, C0 and 53. RGB value is (222,192,83). Sum of RGB (Red+Green+Blue) = 222+192+83=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEC053 is #213FAC. Grayscale: #BDBDBD. Windows color (decimal): -2178989 or 5488862. OLE color: 5488862.

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

Color convert

RGB 222 192 83 -
CMYK 0 0.14 0.63 0.13
HSL 47.05º 0.68% 0.6% -
HSV(B) 47.05º 0.63% 0.87% -
XYZ 50.54 53.85 15.91 -
YUV 188.54 68.44 151.86 -
System Red Green Blue C M Y K H S L
Decimal 222 192 83 0 0.14 0.63 0.13 47.05 0.68 0.6
Hex DE C0 53 0 E 3F D 2F 44 3C
Octal 336 300 123 0 16 77 15 57 104 74
Binary 11011110 11000000 1010011 0 1110 111111 1101 101111 1000100 111100

Color Harmonies of #DEC053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEC053

Black with #DEC053

Text Example


Text Example

White with #DEC053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEC053; }

 p { color: rgb(222,192,83); }

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

background-color css

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

 a { background-color: rgb(222,192,83); }

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

border-color css

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

 span { border-color: rgb(222,192,83); }

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