Html Css Color HEX #DDAF52 Rob Roy

📋 copy color: '#DDAF52'

red 221 ◦ green 175 ◦ blue 82

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

Shades of Rob Roy #DDAF52

Tints of Rob Roy #DDAF52

RGB

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

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

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

R = 46.23%
G = 36.61%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDAF52 (or 0xDDAF52) is known color: Rob Roy. HEX triplet: DD, AF and 52. RGB value is (221,175,82). Sum of RGB (Red+Green+Blue) = 221+175+82=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 82 (32.42% from 255 or 17.15% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAF52 is #2250AD. Grayscale: #B2B2B2. Windows color (decimal): -2248878 or 5418973. OLE color: 5418973.

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

Color convert

RGB 221 175 82 -
CMYK 0 0.21 0.63 0.13
HSL 40.14º 0.67% 0.59% -
HSV(B) 40.14º 0.63% 0.87% -
XYZ 46.67 46.64 14.53 -
YUV 178.15 73.74 158.56 -
System Red Green Blue C M Y K H S L
Decimal 221 175 82 0 0.21 0.63 0.13 40.14 0.67 0.59
Hex DD AF 52 0 15 3F D 28 43 3B
Octal 335 257 122 0 25 77 15 50 103 73
Binary 11011101 10101111 1010010 0 10101 111111 1101 101000 1000011 111011

Color Harmonies of #DDAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAF52

Black with #DDAF52

Text Example


Text Example

White with #DDAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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