Html Css Color HEX #DDAB57 Rob Roy

📋 copy color: '#DDAB57'

red 221 ◦ green 171 ◦ blue 87

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

Shades of Rob Roy #DDAB57

Tints of Rob Roy #DDAB57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.16%

R = 46.14%
G = 35.7%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDAB57 (or 0xDDAB57) is known color: Rob Roy. HEX triplet: DD, AB and 57. RGB value is (221,171,87). Sum of RGB (Red+Green+Blue) = 221+171+87=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 87 (34.38% from 255 or 18.16% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAB57 is #2254A8. Grayscale: #B0B0B0. Windows color (decimal): -2249897 or 5745629. OLE color: 5745629.

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

Color convert

RGB 221 171 87 -
CMYK 0 0.23 0.61 0.13
HSL 37.61º 0.66% 0.6% -
HSV(B) 37.61º 0.61% 0.87% -
XYZ 46.1 45.19 15.31 -
YUV 176.37 77.57 159.83 -
System Red Green Blue C M Y K H S L
Decimal 221 171 87 0 0.23 0.61 0.13 37.61 0.66 0.6
Hex DD AB 57 0 17 3D D 26 42 3C
Octal 335 253 127 0 27 75 15 46 102 74
Binary 11011101 10101011 1010111 0 10111 111101 1101 100110 1000010 111100

Color Harmonies of #DDAB57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAB57

Black with #DDAB57

Text Example


Text Example

White with #DDAB57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAB57; }

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

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

background-color css

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

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

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

border-color css

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

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

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