Html Css Color HEX #DDB950 Ronchi

📋 copy color: '#DDB950'

red 221 ◦ green 185 ◦ blue 80

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

Shades of Ronchi #DDB950

Tints of Ronchi #DDB950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.46%

R = 45.47%
G = 38.07%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDB950 (or 0xDDB950) is known color: Ronchi. HEX triplet: DD, B9 and 50. RGB value is (221,185,80). Sum of RGB (Red+Green+Blue) = 221+185+80=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB950 is #2246AF. Grayscale: #B8B8B8. Windows color (decimal): -2246320 or 5290461. OLE color: 5290461.

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

Color convert

RGB 221 185 80 -
CMYK 0 0.16 0.64 0.13
HSL 44.68º 0.67% 0.59% -
HSV(B) 44.68º 0.64% 0.87% -
XYZ 48.62 50.65 14.8 -
YUV 183.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 221 185 80 0 0.16 0.64 0.13 44.68 0.67 0.59
Hex DD B9 50 0 10 40 D 2D 43 3B
Octal 335 271 120 0 20 100 15 55 103 73
Binary 11011101 10111001 1010000 0 10000 1000000 1101 101101 1000011 111011

Color Harmonies of #DDB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB950

Black with #DDB950

Text Example


Text Example

White with #DDB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB950; }

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

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

background-color css

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

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

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

border-color css

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

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

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