Html Css Color HEX #DEBD52 Ronchi

📋 copy color: '#DEBD52'

red 222 ◦ green 189 ◦ blue 82

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

Shades of Ronchi #DEBD52

Tints of Ronchi #DEBD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.63%

R = 45.03%
G = 38.34%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DEBD52 (or 0xDEBD52) is known color: Ronchi. HEX triplet: DE, BD and 52. RGB value is (222,189,82). Sum of RGB (Red+Green+Blue) = 222+189+82=493 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.03% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 82 (32.42% from 255 or 16.63% from 493); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBD52 is #2142AD. Grayscale: #BBBBBB. Windows color (decimal): -2179758 or 5422558. OLE color: 5422558.

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

Color convert

RGB 222 189 82 -
CMYK 0 0.15 0.63 0.13
HSL 45.86º 0.68% 0.6% -
HSV(B) 45.86º 0.63% 0.87% -
XYZ 49.84 52.53 15.5 -
YUV 186.67 68.93 153.2 -
System Red Green Blue C M Y K H S L
Decimal 222 189 82 0 0.15 0.63 0.13 45.86 0.68 0.6
Hex DE BD 52 0 F 3F D 2E 44 3C
Octal 336 275 122 0 17 77 15 56 104 74
Binary 11011110 10111101 1010010 0 1111 111111 1101 101110 1000100 111100

Color Harmonies of #DEBD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEBD52

Black with #DEBD52

Text Example


Text Example

White with #DEBD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEBD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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