Html Css Color HEX #DDB055 Rob Roy

📋 copy color: '#DDB055'

red 221 ◦ green 176 ◦ blue 85

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

Shades of Rob Roy #DDB055

Tints of Rob Roy #DDB055

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.51%

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

R = 45.85%
G = 36.51%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB055 (or 0xDDB055) is known color: Rob Roy. HEX triplet: DD, B0 and 55. RGB value is (221,176,85). Sum of RGB (Red+Green+Blue) = 221+176+85=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB055 is #224FAA. Grayscale: #B3B3B3. Windows color (decimal): -2248619 or 5615837. OLE color: 5615837.

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

Color convert

RGB 221 176 85 -
CMYK 0 0.20 0.62 0.13
HSL 40.15º 0.67% 0.6% -
HSV(B) 40.15º 0.62% 0.87% -
XYZ 46.98 47.08 15.21 -
YUV 179.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 221 176 85 0 0.20 0.62 0.13 40.15 0.67 0.6
Hex DD B0 55 0 14 3E D 28 43 3C
Octal 335 260 125 0 24 76 15 50 103 74
Binary 11011101 10110000 1010101 0 10100 111110 1101 101000 1000011 111100

Color Harmonies of #DDB055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB055

Black with #DDB055

Text Example


Text Example

White with #DDB055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB055; }

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

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

background-color css

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

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

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

border-color css

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

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

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