Html Css Color HEX #DDA857 Rob Roy

📋 copy color: '#DDA857'

red 221 ◦ green 168 ◦ blue 87

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

Shades of Rob Roy #DDA857

Tints of Rob Roy #DDA857

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.29%

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

R = 46.43%
G = 35.29%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDA857 (or 0xDDA857) is known color: Rob Roy. HEX triplet: DD, A8 and 57. RGB value is (221,168,87). Sum of RGB (Red+Green+Blue) = 221+168+87=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 87 (34.38% from 255 or 18.28% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA857 is #2257A8. Grayscale: #AEAEAE. Windows color (decimal): -2250665 or 5744861. OLE color: 5744861.

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

Color convert

RGB 221 168 87 -
CMYK 0 0.24 0.61 0.13
HSL 36.27º 0.66% 0.6% -
HSV(B) 36.27º 0.61% 0.87% -
XYZ 45.54 44.07 15.12 -
YUV 174.61 78.56 161.09 -
System Red Green Blue C M Y K H S L
Decimal 221 168 87 0 0.24 0.61 0.13 36.27 0.66 0.6
Hex DD A8 57 0 18 3D D 24 42 3C
Octal 335 250 127 0 30 75 15 44 102 74
Binary 11011101 10101000 1010111 0 11000 111101 1101 100100 1000010 111100

Color Harmonies of #DDA857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA857

Black with #DDA857

Text Example


Text Example

White with #DDA857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA857; }

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

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

background-color css

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

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

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

border-color css

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

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

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