Html Css Color HEX #DDAF57 Rob Roy

📋 copy color: '#DDAF57'

red 221 ◦ green 175 ◦ blue 87

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

Shades of Rob Roy #DDAF57

Tints of Rob Roy #DDAF57

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.23%

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

R = 45.76%
G = 36.23%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDAF57 (or 0xDDAF57) is known color: Rob Roy. HEX triplet: DD, AF and 57. RGB value is (221,175,87). Sum of RGB (Red+Green+Blue) = 221+175+87=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 87 (34.38% from 255 or 18.01% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF57 is #2250A8. Grayscale: #B3B3B3. Windows color (decimal): -2248873 or 5746653. OLE color: 5746653.

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

Color convert

RGB 221 175 87 -
CMYK 0 0.21 0.61 0.13
HSL 39.4º 0.66% 0.6% -
HSV(B) 39.4º 0.61% 0.87% -
XYZ 46.87 46.72 15.56 -
YUV 178.72 76.24 158.16 -
System Red Green Blue C M Y K H S L
Decimal 221 175 87 0 0.21 0.61 0.13 39.4 0.66 0.6
Hex DD AF 57 0 15 3D D 27 42 3C
Octal 335 257 127 0 25 75 15 47 102 74
Binary 11011101 10101111 1010111 0 10101 111101 1101 100111 1000010 111100

Color Harmonies of #DDAF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF57

Black with #DDAF57

Text Example


Text Example

White with #DDAF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF57; }

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

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

background-color css

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

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

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

border-color css

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

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

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