Html Css Color HEX #DDAB4E Rob Roy

📋 copy color: '#DDAB4E'

red 221 ◦ green 171 ◦ blue 78

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

Shades of Rob Roy #DDAB4E

Tints of Rob Roy #DDAB4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.6%

R = 47.02%
G = 36.38%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDAB4E (or 0xDDAB4E) is known color: Rob Roy. HEX triplet: DD, AB and 4E. RGB value is (221,171,78). Sum of RGB (Red+Green+Blue) = 221+171+78=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB4E is #2254B1. Grayscale: #AFAFAF. Windows color (decimal): -2249906 or 5155805. OLE color: 5155805.

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

Color convert

RGB 221 171 78 -
CMYK 0 0.23 0.65 0.13
HSL 39.02º 0.68% 0.59% -
HSV(B) 39.02º 0.65% 0.87% -
XYZ 45.76 45.05 13.49 -
YUV 175.35 73.07 160.56 -
System Red Green Blue C M Y K H S L
Decimal 221 171 78 0 0.23 0.65 0.13 39.02 0.68 0.59
Hex DD AB 4E 0 17 41 D 27 44 3B
Octal 335 253 116 0 27 101 15 47 104 73
Binary 11011101 10101011 1001110 0 10111 1000001 1101 100111 1000100 111011

Color Harmonies of #DDAB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB4E

Black with #DDAB4E

Text Example


Text Example

White with #DDAB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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