Html Css Color HEX #DDB848 Ronchi

📋 copy color: '#DDB848'

red 221 ◦ green 184 ◦ blue 72

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

Shades of Ronchi #DDB848

Tints of Ronchi #DDB848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.09%

R = 46.33%
G = 38.57%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB848 (or 0xDDB848) is known color: Ronchi. HEX triplet: DD, B8 and 48. RGB value is (221,184,72). Sum of RGB (Red+Green+Blue) = 221+184+72=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB848 is #2247B7. Grayscale: #B6B6B6. Windows color (decimal): -2246584 or 4765917. OLE color: 4765917.

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

Color convert

RGB 221 184 72 -
CMYK 0 0.17 0.67 0.13
HSL 45.1º 0.69% 0.57% -
HSV(B) 45.1º 0.67% 0.87% -
XYZ 48.13 50.12 13.27 -
YUV 182.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 221 184 72 0 0.17 0.67 0.13 45.1 0.69 0.57
Hex DD B8 48 0 11 43 D 2D 45 39
Octal 335 270 110 0 21 103 15 55 105 71
Binary 11011101 10111000 1001000 0 10001 1000011 1101 101101 1000101 111001

Color Harmonies of #DDB848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB848

Black with #DDB848

Text Example


Text Example

White with #DDB848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB848; }

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

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

background-color css

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

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

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

border-color css

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

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

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