Html Css Color HEX #DDA953 Rob Roy

📋 copy color: '#DDA953'

red 221 ◦ green 169 ◦ blue 83

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

Shades of Rob Roy #DDA953

Tints of Rob Roy #DDA953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.55%

R = 46.72%
G = 35.73%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA953 (or 0xDDA953) is known color: Rob Roy. HEX triplet: DD, A9 and 53. RGB value is (221,169,83). Sum of RGB (Red+Green+Blue) = 221+169+83=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 83 (32.81% from 255 or 17.55% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA953 is #2256AC. Grayscale: #AFAFAF. Windows color (decimal): -2250413 or 5482973. OLE color: 5482973.

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

Color convert

RGB 221 169 83 -
CMYK 0 0.24 0.62 0.13
HSL 37.39º 0.67% 0.6% -
HSV(B) 37.39º 0.62% 0.87% -
XYZ 45.57 44.37 14.35 -
YUV 174.74 76.23 160.99 -
System Red Green Blue C M Y K H S L
Decimal 221 169 83 0 0.24 0.62 0.13 37.39 0.67 0.6
Hex DD A9 53 0 18 3E D 25 43 3C
Octal 335 251 123 0 30 76 15 45 103 74
Binary 11011101 10101001 1010011 0 11000 111110 1101 100101 1000011 111100

Color Harmonies of #DDA953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA953

Black with #DDA953

Text Example


Text Example

White with #DDA953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA953; }

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

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

background-color css

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

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

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

border-color css

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

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

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