Html Css Color HEX #DDA95C Rob Roy

📋 copy color: '#DDA95C'

red 221 ◦ green 169 ◦ blue 92

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

Shades of Rob Roy #DDA95C

Tints of Rob Roy #DDA95C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.06%

 BLUE value IS 92 (36.33% from 255) = 19.09%

R = 45.85%
G = 35.06%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DDA95C (or 0xDDA95C) is known color: Rob Roy. HEX triplet: DD, A9 and 5C. RGB value is (221,169,92). Sum of RGB (Red+Green+Blue) = 221+169+92=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA95C is #2256A3. Grayscale: #B0B0B0. Windows color (decimal): -2250404 or 6072797. OLE color: 6072797.

HSL color Cylindrical-coordinate representation of color #DDA95C: hue angle of 35.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDA95C is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 92 -
CMYK 0 0.24 0.58 0.13
HSL 35.81º 0.65% 0.61% -
HSV(B) 35.81º 0.58% 0.87% -
XYZ 45.94 44.52 16.3 -
YUV 175.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 221 169 92 0 0.24 0.58 0.13 35.81 0.65 0.61
Hex DD A9 5C 0 18 3A D 24 41 3D
Octal 335 251 134 0 30 72 15 44 101 75
Binary 11011101 10101001 1011100 0 11000 111010 1101 100100 1000001 111101

Color Harmonies of #DDA95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA95C

Black with #DDA95C

Text Example


Text Example

White with #DDA95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA95C; }

 p { color: rgb(221,169,92); }

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

background-color css

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

 a { background-color: rgb(221,169,92); }

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

border-color css

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

 span { border-color: rgb(221,169,92); }

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