Html Css Color HEX #DDAB5C Rob Roy

📋 copy color: '#DDAB5C'

red 221 ◦ green 171 ◦ blue 92

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

Shades of Rob Roy #DDAB5C

Tints of Rob Roy #DDAB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.01%

R = 45.66%
G = 35.33%
B = 19.01%

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

#DDAB5C (or 0xDDAB5C) is known color: Rob Roy. HEX triplet: DD, AB and 5C. RGB value is (221,171,92). Sum of RGB (Red+Green+Blue) = 221+171+92=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 92 (36.33% from 255 or 19.01% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB5C is #2254A3. Grayscale: #B1B1B1. Windows color (decimal): -2249892 or 6073309. OLE color: 6073309.

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

Color convert

RGB 221 171 92 -
CMYK 0 0.23 0.58 0.13
HSL 36.74º 0.65% 0.61% -
HSV(B) 36.74º 0.58% 0.87% -
XYZ 46.31 45.27 16.42 -
YUV 176.94 80.07 159.42 -
System Red Green Blue C M Y K H S L
Decimal 221 171 92 0 0.23 0.58 0.13 36.74 0.65 0.61
Hex DD AB 5C 0 17 3A D 25 41 3D
Octal 335 253 134 0 27 72 15 45 101 75
Binary 11011101 10101011 1011100 0 10111 111010 1101 100101 1000001 111101

Color Harmonies of #DDAB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB5C

Black with #DDAB5C

Text Example


Text Example

White with #DDAB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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