Html Css Color HEX #DDB355 Rob Roy

📋 copy color: '#DDB355'

red 221 ◦ green 179 ◦ blue 85

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

Shades of Rob Roy #DDB355

Tints of Rob Roy #DDB355

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.91%

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

R = 45.57%
G = 36.91%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDB355 (or 0xDDB355) is known color: Rob Roy. HEX triplet: DD, B3 and 55. RGB value is (221,179,85). Sum of RGB (Red+Green+Blue) = 221+179+85=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 85 (33.59% from 255 or 17.53% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB355 is #224CAA. Grayscale: #B5B5B5. Windows color (decimal): -2247851 or 5616605. OLE color: 5616605.

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

Color convert

RGB 221 179 85 -
CMYK 0 0.19 0.62 0.13
HSL 41.47º 0.67% 0.6% -
HSV(B) 41.47º 0.62% 0.87% -
XYZ 47.58 48.27 15.4 -
YUV 180.84 73.91 156.64 -
System Red Green Blue C M Y K H S L
Decimal 221 179 85 0 0.19 0.62 0.13 41.47 0.67 0.6
Hex DD B3 55 0 13 3E D 29 43 3C
Octal 335 263 125 0 23 76 15 51 103 74
Binary 11011101 10110011 1010101 0 10011 111110 1101 101001 1000011 111100

Color Harmonies of #DDB355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB355

Black with #DDB355

Text Example


Text Example

White with #DDB355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB355; }

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

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

background-color css

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

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

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

border-color css

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

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

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