Html Css Color HEX #DDAB5D Rob Roy

📋 copy color: '#DDAB5D'

red 221 ◦ green 171 ◦ blue 93

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

Shades of Rob Roy #DDAB5D

Tints of Rob Roy #DDAB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.26%

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 45.57%
G = 35.26%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDAB5D (or 0xDDAB5D) is known color: Rob Roy. HEX triplet: DD, AB and 5D. RGB value is (221,171,93). Sum of RGB (Red+Green+Blue) = 221+171+93=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB5D is #2254A2. Grayscale: #B1B1B1. Windows color (decimal): -2249891 or 6138845. OLE color: 6138845.

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

Color convert

RGB 221 171 93 -
CMYK 0 0.23 0.58 0.13
HSL 36.56º 0.65% 0.62% -
HSV(B) 36.56º 0.58% 0.87% -
XYZ 46.36 45.29 16.65 -
YUV 177.06 80.57 159.34 -
System Red Green Blue C M Y K H S L
Decimal 221 171 93 0 0.23 0.58 0.13 36.56 0.65 0.62
Hex DD AB 5D 0 17 3A D 25 41 3E
Octal 335 253 135 0 27 72 15 45 101 76
Binary 11011101 10101011 1011101 0 10111 111010 1101 100101 1000001 111110

Color Harmonies of #DDAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB5D

Black with #DDAB5D

Text Example


Text Example

White with #DDAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB5D; }

 p { color: rgb(221,171,93); }

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

background-color css

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

 a { background-color: rgb(221,171,93); }

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

border-color css

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

 span { border-color: rgb(221,171,93); }

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