Html Css Color HEX #DDB948 Ronchi

📋 copy color: '#DDB948'

red 221 ◦ green 185 ◦ blue 72

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

Shades of Ronchi #DDB948

Tints of Ronchi #DDB948

RGB

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

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

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

R = 46.23%
G = 38.7%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDB948 (or 0xDDB948) is known color: Ronchi. HEX triplet: DD, B9 and 48. RGB value is (221,185,72). Sum of RGB (Red+Green+Blue) = 221+185+72=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 72 (28.52% from 255 or 15.06% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB948 is #2246B7. Grayscale: #B7B7B7. Windows color (decimal): -2246328 or 4766173. OLE color: 4766173.

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

Color convert

RGB 221 185 72 -
CMYK 0 0.16 0.67 0.13
HSL 45.5º 0.69% 0.57% -
HSV(B) 45.5º 0.67% 0.87% -
XYZ 48.34 50.54 13.34 -
YUV 182.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 221 185 72 0 0.16 0.67 0.13 45.5 0.69 0.57
Hex DD B9 48 0 10 43 D 2E 45 39
Octal 335 271 110 0 20 103 15 56 105 71
Binary 11011101 10111001 1001000 0 10000 1000011 1101 101110 1000101 111001

Color Harmonies of #DDB948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB948

Black with #DDB948

Text Example


Text Example

White with #DDB948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB948; }

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

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

background-color css

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

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

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

border-color css

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

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

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