Html Css Color HEX #DDAB50 Rob Roy

📋 copy color: '#DDAB50'

red 221 ◦ green 171 ◦ blue 80

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

Shades of Rob Roy #DDAB50

Tints of Rob Roy #DDAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.95%

R = 46.82%
G = 36.23%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDAB50 (or 0xDDAB50) is known color: Rob Roy. HEX triplet: DD, AB and 50. RGB value is (221,171,80). Sum of RGB (Red+Green+Blue) = 221+171+80=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB50 is #2254AF. Grayscale: #AFAFAF. Windows color (decimal): -2249904 or 5286877. OLE color: 5286877.

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

Color convert

RGB 221 171 80 -
CMYK 0 0.23 0.64 0.13
HSL 38.72º 0.67% 0.59% -
HSV(B) 38.72º 0.64% 0.87% -
XYZ 45.83 45.08 13.87 -
YUV 175.58 74.07 160.4 -
System Red Green Blue C M Y K H S L
Decimal 221 171 80 0 0.23 0.64 0.13 38.72 0.67 0.59
Hex DD AB 50 0 17 40 D 27 43 3B
Octal 335 253 120 0 27 100 15 47 103 73
Binary 11011101 10101011 1010000 0 10111 1000000 1101 100111 1000011 111011

Color Harmonies of #DDAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB50

Black with #DDAB50

Text Example


Text Example

White with #DDAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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