Html Css Color HEX #DDBB49 Ronchi

📋 copy color: '#DDBB49'

red 221 ◦ green 187 ◦ blue 73

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

Shades of Ronchi #DDBB49

Tints of Ronchi #DDBB49

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.88%

 BLUE value IS 73 (28.91% from 255) = 15.18%

R = 45.95%
G = 38.88%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDBB49 (or 0xDDBB49) is known color: Ronchi. HEX triplet: DD, BB and 49. RGB value is (221,187,73). Sum of RGB (Red+Green+Blue) = 221+187+73=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 73 (28.91% from 255 or 15.18% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB49 is #2244B6. Grayscale: #B8B8B8. Windows color (decimal): -2245815 or 4832221. OLE color: 4832221.

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

Color convert

RGB 221 187 73 -
CMYK 0 0.15 0.67 0.13
HSL 46.22º 0.69% 0.58% -
HSV(B) 46.22º 0.67% 0.87% -
XYZ 48.79 51.39 13.65 -
YUV 184.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 221 187 73 0 0.15 0.67 0.13 46.22 0.69 0.58
Hex DD BB 49 0 F 43 D 2E 45 3A
Octal 335 273 111 0 17 103 15 56 105 72
Binary 11011101 10111011 1001001 0 1111 1000011 1101 101110 1000101 111010

Color Harmonies of #DDBB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB49

Black with #DDBB49

Text Example


Text Example

White with #DDBB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB49; }

 p { color: rgb(221,187,73); }

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

background-color css

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

 a { background-color: rgb(221,187,73); }

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

border-color css

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

 span { border-color: rgb(221,187,73); }

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