Html Css Color HEX #DDA557 Rob Roy

📋 copy color: '#DDA557'

red 221 ◦ green 165 ◦ blue 87

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

Shades of Rob Roy #DDA557

Tints of Rob Roy #DDA557

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

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

R = 46.72%
G = 34.88%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA557 (or 0xDDA557) is known color: Rob Roy. HEX triplet: DD, A5 and 57. RGB value is (221,165,87). Sum of RGB (Red+Green+Blue) = 221+165+87=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 87 (34.38% from 255 or 18.39% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA557 is #225AA8. Grayscale: #ADADAD. Windows color (decimal): -2251433 or 5744093. OLE color: 5744093.

HSL color Cylindrical-coordinate representation of color #DDA557: hue angle of 34.93º 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 #DDA557 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 165 87 -
CMYK 0 0.25 0.61 0.13
HSL 34.93º 0.66% 0.6% -
HSV(B) 34.93º 0.61% 0.87% -
XYZ 44.99 42.97 14.94 -
YUV 172.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 221 165 87 0 0.25 0.61 0.13 34.93 0.66 0.6
Hex DD A5 57 0 19 3D D 23 42 3C
Octal 335 245 127 0 31 75 15 43 102 74
Binary 11011101 10100101 1010111 0 11001 111101 1101 100011 1000010 111100

Color Harmonies of #DDA557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA557

Black with #DDA557

Text Example


Text Example

White with #DDA557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA557; }

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

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

background-color css

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

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

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

border-color css

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

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

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