Html Css Color HEX #DDAC59 Rob Roy

📋 copy color: '#DDAC59'

red 221 ◦ green 172 ◦ blue 89

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

Shades of Rob Roy #DDAC59

Tints of Rob Roy #DDAC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 18.46%

R = 45.85%
G = 35.68%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDAC59 (or 0xDDAC59) is known color: Rob Roy. HEX triplet: DD, AC and 59. RGB value is (221,172,89). Sum of RGB (Red+Green+Blue) = 221+172+89=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 89 (35.16% from 255 or 18.46% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC59 is #2253A6. Grayscale: #B1B1B1. Windows color (decimal): -2249639 or 5876957. OLE color: 5876957.

HSL color Cylindrical-coordinate representation of color #DDAC59: hue angle of 37.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDAC59 is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 89 -
CMYK 0 0.22 0.60 0.13
HSL 37.73º 0.66% 0.61% -
HSV(B) 37.73º 0.6% 0.87% -
XYZ 46.37 45.6 15.81 -
YUV 177.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 221 172 89 0 0.22 0.60 0.13 37.73 0.66 0.61
Hex DD AC 59 0 16 3C D 26 42 3D
Octal 335 254 131 0 26 74 15 46 102 75
Binary 11011101 10101100 1011001 0 10110 111100 1101 100110 1000010 111101

Color Harmonies of #DDAC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC59

Black with #DDAC59

Text Example


Text Example

White with #DDAC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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