Html Css Color HEX #DDB952 Ronchi

📋 copy color: '#DDB952'

red 221 ◦ green 185 ◦ blue 82

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

Shades of Ronchi #DDB952

Tints of Ronchi #DDB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.91%

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

R = 45.29%
G = 37.91%
B = 16.8%

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

#DDB952 (or 0xDDB952) is known color: Ronchi. HEX triplet: DD, B9 and 52. RGB value is (221,185,82). Sum of RGB (Red+Green+Blue) = 221+185+82=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB952 is #2246AD. Grayscale: #B8B8B8. Windows color (decimal): -2246318 or 5421533. OLE color: 5421533.

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

Color convert

RGB 221 185 82 -
CMYK 0 0.16 0.63 0.13
HSL 44.46º 0.67% 0.59% -
HSV(B) 44.46º 0.63% 0.87% -
XYZ 48.69 50.68 15.2 -
YUV 184.02 70.43 154.38 -
System Red Green Blue C M Y K H S L
Decimal 221 185 82 0 0.16 0.63 0.13 44.46 0.67 0.59
Hex DD B9 52 0 10 3F D 2C 43 3B
Octal 335 271 122 0 20 77 15 54 103 73
Binary 11011101 10111001 1010010 0 10000 111111 1101 101100 1000011 111011

Color Harmonies of #DDB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB952

Black with #DDB952

Text Example


Text Example

White with #DDB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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