Html Css Color HEX #DDA957 Rob Roy

📋 copy color: '#DDA957'

red 221 ◦ green 169 ◦ blue 87

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

Shades of Rob Roy #DDA957

Tints of Rob Roy #DDA957

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.43%

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

R = 46.33%
G = 35.43%
B = 18.24%

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

#DDA957 (or 0xDDA957) is known color: Rob Roy. HEX triplet: DD, A9 and 57. RGB value is (221,169,87). Sum of RGB (Red+Green+Blue) = 221+169+87=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 169 (66.41% from 255 or 35.43% from 477); Blue value is 87 (34.38% from 255 or 18.24% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA957 is #2256A8. Grayscale: #AFAFAF. Windows color (decimal): -2250409 or 5745117. OLE color: 5745117.

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

Color convert

RGB 221 169 87 -
CMYK 0 0.24 0.61 0.13
HSL 36.72º 0.66% 0.6% -
HSV(B) 36.72º 0.61% 0.87% -
XYZ 45.73 44.44 15.18 -
YUV 175.2 78.23 160.67 -
System Red Green Blue C M Y K H S L
Decimal 221 169 87 0 0.24 0.61 0.13 36.72 0.66 0.6
Hex DD A9 57 0 18 3D D 25 42 3C
Octal 335 251 127 0 30 75 15 45 102 74
Binary 11011101 10101001 1010111 0 11000 111101 1101 100101 1000010 111100

Color Harmonies of #DDA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA957

Black with #DDA957

Text Example


Text Example

White with #DDA957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA957; }

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

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

background-color css

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

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

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

border-color css

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

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

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