Html Css Color HEX #DDB954 Ronchi

📋 copy color: '#DDB954'

red 221 ◦ green 185 ◦ blue 84

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

Shades of Ronchi #DDB954

Tints of Ronchi #DDB954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.14%

R = 45.1%
G = 37.76%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB954 (or 0xDDB954) is known color: Ronchi. HEX triplet: DD, B9 and 54. RGB value is (221,185,84). Sum of RGB (Red+Green+Blue) = 221+185+84=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 84 (33.20% from 255 or 17.14% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB954 is #2246AB. Grayscale: #B8B8B8. Windows color (decimal): -2246316 or 5552605. OLE color: 5552605.

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

Color convert

RGB 221 185 84 -
CMYK 0 0.16 0.62 0.13
HSL 44.23º 0.67% 0.6% -
HSV(B) 44.23º 0.62% 0.87% -
XYZ 48.77 50.71 15.61 -
YUV 184.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 221 185 84 0 0.16 0.62 0.13 44.23 0.67 0.6
Hex DD B9 54 0 10 3E D 2C 43 3C
Octal 335 271 124 0 20 76 15 54 103 74
Binary 11011101 10111001 1010100 0 10000 111110 1101 101100 1000011 111100

Color Harmonies of #DDB954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB954

Black with #DDB954

Text Example


Text Example

White with #DDB954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB954; }

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

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

background-color css

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

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

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

border-color css

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

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

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