Html Css Color HEX #DDAB4F Rob Roy

📋 copy color: '#DDAB4F'

red 221 ◦ green 171 ◦ blue 79

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

Shades of Rob Roy #DDAB4F

Tints of Rob Roy #DDAB4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.77%

R = 46.92%
G = 36.31%
B = 16.77%

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

#DDAB4F (or 0xDDAB4F) is known color: Rob Roy. HEX triplet: DD, AB and 4F. RGB value is (221,171,79). Sum of RGB (Red+Green+Blue) = 221+171+79=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB4F is #2254B0. Grayscale: #AFAFAF. Windows color (decimal): -2249905 or 5221341. OLE color: 5221341.

HSL color Cylindrical-coordinate representation of color #DDAB4F: hue angle of 38.87º degrees, saturation: 0.68, 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 #DDAB4F is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 171 79 -
CMYK 0 0.23 0.64 0.13
HSL 38.87º 0.68% 0.59% -
HSV(B) 38.87º 0.64% 0.87% -
XYZ 45.79 45.06 13.68 -
YUV 175.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 221 171 79 0 0.23 0.64 0.13 38.87 0.68 0.59
Hex DD AB 4F 0 17 40 D 27 44 3B
Octal 335 253 117 0 27 100 15 47 104 73
Binary 11011101 10101011 1001111 0 10111 1000000 1101 100111 1000100 111011

Color Harmonies of #DDAB4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB4F

Black with #DDAB4F

Text Example


Text Example

White with #DDAB4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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