Html Css Color HEX #DDBA50 Ronchi

📋 copy color: '#DDBA50'

red 221 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #DDBA50

Tints of Ronchi #DDBA50

RGB

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

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

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

R = 45.38%
G = 38.19%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDBA50 (or 0xDDBA50) is known color: Ronchi. HEX triplet: DD, BA and 50. RGB value is (221,186,80). Sum of RGB (Red+Green+Blue) = 221+186+80=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 80 (31.64% from 255 or 16.43% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA50 is #2245AF. Grayscale: #B8B8B8. Windows color (decimal): -2246064 or 5290717. OLE color: 5290717.

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

Color convert

RGB 221 186 80 -
CMYK 0 0.16 0.64 0.13
HSL 45.11º 0.67% 0.59% -
HSV(B) 45.11º 0.64% 0.87% -
XYZ 48.83 51.07 14.87 -
YUV 184.38 69.1 154.12 -
System Red Green Blue C M Y K H S L
Decimal 221 186 80 0 0.16 0.64 0.13 45.11 0.67 0.59
Hex DD BA 50 0 10 40 D 2D 43 3B
Octal 335 272 120 0 20 100 15 55 103 73
Binary 11011101 10111010 1010000 0 10000 1000000 1101 101101 1000011 111011

Color Harmonies of #DDBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA50

Black with #DDBA50

Text Example


Text Example

White with #DDBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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