Html Css Color HEX #DDB851 Ronchi

📋 copy color: '#DDB851'

red 221 ◦ green 184 ◦ blue 81

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

Shades of Ronchi #DDB851

Tints of Ronchi #DDB851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 81 (32.03% from 255) = 16.67%

R = 45.47%
G = 37.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDB851 (or 0xDDB851) is known color: Ronchi. HEX triplet: DD, B8 and 51. RGB value is (221,184,81). Sum of RGB (Red+Green+Blue) = 221+184+81=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB851 is #2247AE. Grayscale: #B7B7B7. Windows color (decimal): -2246575 or 5355741. OLE color: 5355741.

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

Color convert

RGB 221 184 81 -
CMYK 0 0.17 0.63 0.13
HSL 44.14º 0.67% 0.59% -
HSV(B) 44.14º 0.63% 0.87% -
XYZ 48.44 50.25 14.93 -
YUV 183.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 221 184 81 0 0.17 0.63 0.13 44.14 0.67 0.59
Hex DD B8 51 0 11 3F D 2C 43 3B
Octal 335 270 121 0 21 77 15 54 103 73
Binary 11011101 10111000 1010001 0 10001 111111 1101 101100 1000011 111011

Color Harmonies of #DDB851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB851

Black with #DDB851

Text Example


Text Example

White with #DDB851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB851; }

 p { color: rgb(221,184,81); }

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

background-color css

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

 a { background-color: rgb(221,184,81); }

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

border-color css

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

 span { border-color: rgb(221,184,81); }

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