Html Css Color HEX #DDA753 Rob Roy

📋 copy color: '#DDA753'

red 221 ◦ green 167 ◦ blue 83

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

Shades of Rob Roy #DDA753

Tints of Rob Roy #DDA753

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.46%

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

R = 46.92%
G = 35.46%
B = 17.62%

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

#DDA753 (or 0xDDA753) is known color: Rob Roy. HEX triplet: DD, A7 and 53. RGB value is (221,167,83). Sum of RGB (Red+Green+Blue) = 221+167+83=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 167 (65.62% from 255 or 35.46% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA753 is #2258AC. Grayscale: #ADADAD. Windows color (decimal): -2250925 or 5482461. OLE color: 5482461.

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

Color convert

RGB 221 167 83 -
CMYK 0 0.24 0.62 0.13
HSL 36.52º 0.67% 0.6% -
HSV(B) 36.52º 0.62% 0.87% -
XYZ 45.2 43.63 14.22 -
YUV 173.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 221 167 83 0 0.24 0.62 0.13 36.52 0.67 0.6
Hex DD A7 53 0 18 3E D 25 43 3C
Octal 335 247 123 0 30 76 15 45 103 74
Binary 11011101 10100111 1010011 0 11000 111110 1101 100101 1000011 111100

Color Harmonies of #DDA753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA753

Black with #DDA753

Text Example


Text Example

White with #DDA753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA753; }

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

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

background-color css

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

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

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

border-color css

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

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

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