Html Css Color HEX #DDB955 Rob Roy

📋 copy color: '#DDB955'

red 221 ◦ green 185 ◦ blue 85

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

Shades of Rob Roy #DDB955

Tints of Rob Roy #DDB955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.31%

R = 45.01%
G = 37.68%
B = 17.31%

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

#DDB955 (or 0xDDB955) is known color: Rob Roy. HEX triplet: DD, B9 and 55. RGB value is (221,185,85). Sum of RGB (Red+Green+Blue) = 221+185+85=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB955 is #2246AA. Grayscale: #B8B8B8. Windows color (decimal): -2246315 or 5618141. OLE color: 5618141.

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

Color convert

RGB 221 185 85 -
CMYK 0 0.16 0.62 0.13
HSL 44.12º 0.67% 0.6% -
HSV(B) 44.12º 0.62% 0.87% -
XYZ 48.81 50.73 15.81 -
YUV 184.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 221 185 85 0 0.16 0.62 0.13 44.12 0.67 0.6
Hex DD B9 55 0 10 3E D 2C 43 3C
Octal 335 271 125 0 20 76 15 54 103 74
Binary 11011101 10111001 1010101 0 10000 111110 1101 101100 1000011 111100

Color Harmonies of #DDB955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB955

Black with #DDB955

Text Example


Text Example

White with #DDB955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB955; }

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

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

background-color css

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

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

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

border-color css

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

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

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