Html Css Color HEX #DDAC57 Rob Roy

📋 copy color: '#DDAC57'

red 221 ◦ green 172 ◦ blue 87

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

Shades of Rob Roy #DDAC57

Tints of Rob Roy #DDAC57

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.83%

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

R = 46.04%
G = 35.83%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DDAC57 (or 0xDDAC57) is known color: Rob Roy. HEX triplet: DD, AC and 57. RGB value is (221,172,87). Sum of RGB (Red+Green+Blue) = 221+172+87=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 87 (34.38% from 255 or 18.12% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC57 is #2253A8. Grayscale: #B1B1B1. Windows color (decimal): -2249641 or 5745885. OLE color: 5745885.

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

Color convert

RGB 221 172 87 -
CMYK 0 0.22 0.61 0.13
HSL 38.06º 0.66% 0.6% -
HSV(B) 38.06º 0.61% 0.87% -
XYZ 46.29 45.57 15.37 -
YUV 176.96 77.23 159.41 -
System Red Green Blue C M Y K H S L
Decimal 221 172 87 0 0.22 0.61 0.13 38.06 0.66 0.6
Hex DD AC 57 0 16 3D D 26 42 3C
Octal 335 254 127 0 26 75 15 46 102 74
Binary 11011101 10101100 1010111 0 10110 111101 1101 100110 1000010 111100

Color Harmonies of #DDAC57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC57

Black with #DDAC57

Text Example


Text Example

White with #DDAC57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC57; }

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

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

background-color css

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

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

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

border-color css

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

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

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