Html Css Color HEX #DEBC55 Ronchi

📋 copy color: '#DEBC55'

red 222 ◦ green 188 ◦ blue 85

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

Shades of Ronchi #DEBC55

Tints of Ronchi #DEBC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.17%

R = 44.85%
G = 37.98%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DEBC55 (or 0xDEBC55) is known color: Ronchi. HEX triplet: DE, BC and 55. RGB value is (222,188,85). Sum of RGB (Red+Green+Blue) = 222+188+85=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBC55 is #2143AA. Grayscale: #BABABA. Windows color (decimal): -2180011 or 5618910. OLE color: 5618910.

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

Color convert

RGB 222 188 85 -
CMYK 0 0.15 0.62 0.13
HSL 45.11º 0.67% 0.6% -
HSV(B) 45.11º 0.62% 0.87% -
XYZ 49.75 52.15 16.04 -
YUV 186.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 222 188 85 0 0.15 0.62 0.13 45.11 0.67 0.6
Hex DE BC 55 0 F 3E D 2D 43 3C
Octal 336 274 125 0 17 76 15 55 103 74
Binary 11011110 10111100 1010101 0 1111 111110 1101 101101 1000011 111100

Color Harmonies of #DEBC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBC55

Black with #DEBC55

Text Example


Text Example

White with #DEBC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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