Html Css Color HEX #DDA75E Rob Roy

📋 copy color: '#DDA75E'

red 221 ◦ green 167 ◦ blue 94

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

Shades of Rob Roy #DDA75E

Tints of Rob Roy #DDA75E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.5%

R = 45.85%
G = 34.65%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA75E (or 0xDDA75E) is known color: Rob Roy. HEX triplet: DD, A7 and 5E. RGB value is (221,167,94). Sum of RGB (Red+Green+Blue) = 221+167+94=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 94 (37.11% from 255 or 19.50% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA75E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA75E is #2258A1. Grayscale: #AFAFAF. Windows color (decimal): -2250914 or 6203357. OLE color: 6203357.

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

Color convert

RGB 221 167 94 -
CMYK 0 0.24 0.57 0.13
HSL 34.49º 0.65% 0.62% -
HSV(B) 34.49º 0.57% 0.87% -
XYZ 45.66 43.82 16.64 -
YUV 174.82 82.39 160.94 -
System Red Green Blue C M Y K H S L
Decimal 221 167 94 0 0.24 0.57 0.13 34.49 0.65 0.62
Hex DD A7 5E 0 18 39 D 22 41 3E
Octal 335 247 136 0 30 71 15 42 101 76
Binary 11011101 10100111 1011110 0 11000 111001 1101 100010 1000001 111110

Color Harmonies of #DDA75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA75E

Black with #DDA75E

Text Example


Text Example

White with #DDA75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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