Html Css Color HEX #DDAB49 Rob Roy

📋 copy color: '#DDAB49'

red 221 ◦ green 171 ◦ blue 73

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

Shades of Rob Roy #DDAB49

Tints of Rob Roy #DDAB49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.7%

R = 47.53%
G = 36.77%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDAB49 (or 0xDDAB49) is known color: Rob Roy. HEX triplet: DD, AB and 49. RGB value is (221,171,73). Sum of RGB (Red+Green+Blue) = 221+171+73=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDAB49 is #2254B6. Grayscale: #AFAFAF. Windows color (decimal): -2249911 or 4828125. OLE color: 4828125.

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

Color convert

RGB 221 171 73 -
CMYK 0 0.23 0.67 0.13
HSL 39.73º 0.69% 0.58% -
HSV(B) 39.73º 0.67% 0.87% -
XYZ 45.58 44.98 12.58 -
YUV 174.78 70.57 160.97 -
System Red Green Blue C M Y K H S L
Decimal 221 171 73 0 0.23 0.67 0.13 39.73 0.69 0.58
Hex DD AB 49 0 17 43 D 28 45 3A
Octal 335 253 111 0 27 103 15 50 105 72
Binary 11011101 10101011 1001001 0 10111 1000011 1101 101000 1000101 111010

Color Harmonies of #DDAB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB49

Black with #DDAB49

Text Example


Text Example

White with #DDAB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB49; }

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

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

background-color css

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

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

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

border-color css

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

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

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