Html Css Color HEX #DDB155 Rob Roy

📋 copy color: '#DDB155'

red 221 ◦ green 177 ◦ blue 85

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

Shades of Rob Roy #DDB155

Tints of Rob Roy #DDB155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.65%

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

R = 45.76%
G = 36.65%
B = 17.6%

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

#DDB155 (or 0xDDB155) is known color: Rob Roy. HEX triplet: DD, B1 and 55. RGB value is (221,177,85). Sum of RGB (Red+Green+Blue) = 221+177+85=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 85 (33.59% from 255 or 17.60% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB155 is #224EAA. Grayscale: #B4B4B4. Windows color (decimal): -2248363 or 5616093. OLE color: 5616093.

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

Color convert

RGB 221 177 85 -
CMYK 0 0.20 0.62 0.13
HSL 40.59º 0.67% 0.6% -
HSV(B) 40.59º 0.62% 0.87% -
XYZ 47.18 47.47 15.27 -
YUV 179.67 74.58 157.48 -
System Red Green Blue C M Y K H S L
Decimal 221 177 85 0 0.20 0.62 0.13 40.59 0.67 0.6
Hex DD B1 55 0 14 3E D 29 43 3C
Octal 335 261 125 0 24 76 15 51 103 74
Binary 11011101 10110001 1010101 0 10100 111110 1101 101001 1000011 111100

Color Harmonies of #DDB155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB155

Black with #DDB155

Text Example


Text Example

White with #DDB155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB155; }

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

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

background-color css

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

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

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

border-color css

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

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

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