Html Css Color HEX #DDBA52 Ronchi

📋 copy color: '#DDBA52'

red 221 ◦ green 186 ◦ blue 82

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

Shades of Ronchi #DDBA52

Tints of Ronchi #DDBA52

RGB

 RED value IS 221 (86.72% from 255) = 45.19%

 GREEN value IS 186 (73.05% from 255) = 38.04%

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

R = 45.19%
G = 38.04%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDBA52 (or 0xDDBA52) is known color: Ronchi. HEX triplet: DD, BA and 52. RGB value is (221,186,82). Sum of RGB (Red+Green+Blue) = 221+186+82=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 82 (32.42% from 255 or 16.77% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA52 is #2245AD. Grayscale: #B9B9B9. Windows color (decimal): -2246062 or 5421789. OLE color: 5421789.

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

Color convert

RGB 221 186 82 -
CMYK 0 0.16 0.63 0.13
HSL 44.89º 0.67% 0.59% -
HSV(B) 44.89º 0.63% 0.87% -
XYZ 48.9 51.1 15.27 -
YUV 184.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 221 186 82 0 0.16 0.63 0.13 44.89 0.67 0.59
Hex DD BA 52 0 10 3F D 2D 43 3B
Octal 335 272 122 0 20 77 15 55 103 73
Binary 11011101 10111010 1010010 0 10000 111111 1101 101101 1000011 111011

Color Harmonies of #DDBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA52

Black with #DDBA52

Text Example


Text Example

White with #DDBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA52; }

 p { color: rgb(221,186,82); }

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

background-color css

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

 a { background-color: rgb(221,186,82); }

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

border-color css

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

 span { border-color: rgb(221,186,82); }

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