Html Css Color HEX #DEBD50 Ronchi

📋 copy color: '#DEBD50'

red 222 ◦ green 189 ◦ blue 80

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

Shades of Ronchi #DEBD50

Tints of Ronchi #DEBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.49%

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

R = 45.21%
G = 38.49%
B = 16.29%

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

#DEBD50 (or 0xDEBD50) is known color: Ronchi. HEX triplet: DE, BD and 50. RGB value is (222,189,80). Sum of RGB (Red+Green+Blue) = 222+189+80=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD50 is #2142AF. Grayscale: #BABABA. Windows color (decimal): -2179760 or 5291486. OLE color: 5291486.

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

Color convert

RGB 222 189 80 -
CMYK 0 0.15 0.64 0.13
HSL 46.06º 0.68% 0.59% -
HSV(B) 46.06º 0.64% 0.87% -
XYZ 49.77 52.5 15.1 -
YUV 186.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 222 189 80 0 0.15 0.64 0.13 46.06 0.68 0.59
Hex DE BD 50 0 F 40 D 2E 44 3B
Octal 336 275 120 0 17 100 15 56 104 73
Binary 11011110 10111101 1010000 0 1111 1000000 1101 101110 1000100 111011

Color Harmonies of #DEBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD50

Black with #DEBD50

Text Example


Text Example

White with #DEBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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