Html Css Color HEX #DDBB52 Ronchi

📋 copy color: '#DDBB52'

red 221 ◦ green 187 ◦ blue 82

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

Shades of Ronchi #DDBB52

Tints of Ronchi #DDBB52

RGB

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

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

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

R = 45.1%
G = 38.16%
B = 16.73%

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

#DDBB52 (or 0xDDBB52) is known color: Ronchi. HEX triplet: DD, BB and 52. RGB value is (221,187,82). Sum of RGB (Red+Green+Blue) = 221+187+82=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB52 is #2244AD. Grayscale: #B9B9B9. Windows color (decimal): -2245806 or 5422045. OLE color: 5422045.

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

Color convert

RGB 221 187 82 -
CMYK 0 0.15 0.63 0.13
HSL 45.32º 0.67% 0.59% -
HSV(B) 45.32º 0.63% 0.87% -
XYZ 49.11 51.52 15.34 -
YUV 185.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 221 187 82 0 0.15 0.63 0.13 45.32 0.67 0.59
Hex DD BB 52 0 F 3F D 2D 43 3B
Octal 335 273 122 0 17 77 15 55 103 73
Binary 11011101 10111011 1010010 0 1111 111111 1101 101101 1000011 111011

Color Harmonies of #DDBB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBB52

Black with #DDBB52

Text Example


Text Example

White with #DDBB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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