Html Css Color HEX #DDAC52 Rob Roy

📋 copy color: '#DDAC52'

red 221 ◦ green 172 ◦ blue 82

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

Shades of Rob Roy #DDAC52

Tints of Rob Roy #DDAC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.26%

R = 46.53%
G = 36.21%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDAC52 (or 0xDDAC52) is known color: Rob Roy. HEX triplet: DD, AC and 52. RGB value is (221,172,82). Sum of RGB (Red+Green+Blue) = 221+172+82=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC52 is #2253AD. Grayscale: #B0B0B0. Windows color (decimal): -2249646 or 5418205. OLE color: 5418205.

HSL color Cylindrical-coordinate representation of color #DDAC52: hue angle of 38.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DDAC52 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 172 82 -
CMYK 0 0.22 0.63 0.13
HSL 38.85º 0.67% 0.59% -
HSV(B) 38.85º 0.63% 0.87% -
XYZ 46.09 45.49 14.33 -
YUV 176.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 221 172 82 0 0.22 0.63 0.13 38.85 0.67 0.59
Hex DD AC 52 0 16 3F D 27 43 3B
Octal 335 254 122 0 26 77 15 47 103 73
Binary 11011101 10101100 1010010 0 10110 111111 1101 100111 1000011 111011

Color Harmonies of #DDAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC52

Black with #DDAC52

Text Example


Text Example

White with #DDAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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