Html Css Color HEX #DDBC53 Ronchi

📋 copy color: '#DDBC53'

red 221 ◦ green 188 ◦ blue 83

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

Shades of Ronchi #DDBC53

Tints of Ronchi #DDBC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.87%

R = 44.92%
G = 38.21%
B = 16.87%

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

#DDBC53 (or 0xDDBC53) is known color: Ronchi. HEX triplet: DD, BC and 53. RGB value is (221,188,83). Sum of RGB (Red+Green+Blue) = 221+188+83=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC53 is #2243AC. Grayscale: #BABABA. Windows color (decimal): -2245549 or 5487837. OLE color: 5487837.

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

Color convert

RGB 221 188 83 -
CMYK 0 0.15 0.62 0.13
HSL 45.65º 0.67% 0.6% -
HSV(B) 45.65º 0.62% 0.87% -
XYZ 49.36 51.96 15.61 -
YUV 185.9 69.93 153.04 -
System Red Green Blue C M Y K H S L
Decimal 221 188 83 0 0.15 0.62 0.13 45.65 0.67 0.6
Hex DD BC 53 0 F 3E D 2E 43 3C
Octal 335 274 123 0 17 76 15 56 103 74
Binary 11011101 10111100 1010011 0 1111 111110 1101 101110 1000011 111100

Color Harmonies of #DDBC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBC53

Black with #DDBC53

Text Example


Text Example

White with #DDBC53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBC53; }

 p { color: rgb(221,188,83); }

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

background-color css

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

 a { background-color: rgb(221,188,83); }

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

border-color css

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

 span { border-color: rgb(221,188,83); }

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