Html Css Color HEX #DDAB5A Rob Roy

📋 copy color: '#DDAB5A'

red 221 ◦ green 171 ◦ blue 90

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

Shades of Rob Roy #DDAB5A

Tints of Rob Roy #DDAB5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.67%

R = 45.85%
G = 35.48%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDAB5A (or 0xDDAB5A) is known color: Rob Roy. HEX triplet: DD, AB and 5A. RGB value is (221,171,90). Sum of RGB (Red+Green+Blue) = 221+171+90=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 90 (35.55% from 255 or 18.67% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB5A is #2254A5. Grayscale: #B1B1B1. Windows color (decimal): -2249894 or 5942237. OLE color: 5942237.

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

Color convert

RGB 221 171 90 -
CMYK 0 0.23 0.59 0.13
HSL 37.1º 0.66% 0.61% -
HSV(B) 37.1º 0.59% 0.87% -
XYZ 46.23 45.24 15.97 -
YUV 176.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 221 171 90 0 0.23 0.59 0.13 37.1 0.66 0.61
Hex DD AB 5A 0 17 3B D 25 42 3D
Octal 335 253 132 0 27 73 15 45 102 75
Binary 11011101 10101011 1011010 0 10111 111011 1101 100101 1000010 111101

Color Harmonies of #DDAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB5A

Black with #DDAB5A

Text Example


Text Example

White with #DDAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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