Html Css Color HEX #DEBC50 Ronchi

📋 copy color: '#DEBC50'

red 222 ◦ green 188 ◦ blue 80

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

Shades of Ronchi #DEBC50

Tints of Ronchi #DEBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 80 (31.64% from 255) = 16.33%

R = 45.31%
G = 38.37%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DEBC50 (or 0xDEBC50) is known color: Ronchi. HEX triplet: DE, BC and 50. RGB value is (222,188,80). Sum of RGB (Red+Green+Blue) = 222+188+80=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC50 is #2143AF. Grayscale: #BABABA. Windows color (decimal): -2180016 or 5291230. OLE color: 5291230.

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

Color convert

RGB 222 188 80 -
CMYK 0 0.15 0.64 0.13
HSL 45.63º 0.68% 0.59% -
HSV(B) 45.63º 0.64% 0.87% -
XYZ 49.56 52.08 15.03 -
YUV 185.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 222 188 80 0 0.15 0.64 0.13 45.63 0.68 0.59
Hex DE BC 50 0 F 40 D 2E 44 3B
Octal 336 274 120 0 17 100 15 56 104 73
Binary 11011110 10111100 1010000 0 1111 1000000 1101 101110 1000100 111011

Color Harmonies of #DEBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC50

Black with #DEBC50

Text Example


Text Example

White with #DEBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC50; }

 p { color: rgb(222,188,80); }

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

background-color css

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

 a { background-color: rgb(222,188,80); }

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

border-color css

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

 span { border-color: rgb(222,188,80); }

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