Html Css Color HEX #DDA64D Rob Roy

📋 copy color: '#DDA64D'

red 221 ◦ green 166 ◦ blue 77

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

Shades of Rob Roy #DDA64D

Tints of Rob Roy #DDA64D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.78%

 BLUE value IS 77 (30.47% from 255) = 16.59%

R = 47.63%
G = 35.78%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDA64D (or 0xDDA64D) is known color: Rob Roy. HEX triplet: DD, A6 and 4D. RGB value is (221,166,77). Sum of RGB (Red+Green+Blue) = 221+166+77=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA64D is #2259B2. Grayscale: #ACACAC. Windows color (decimal): -2251187 or 5088989. OLE color: 5088989.

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

Color convert

RGB 221 166 77 -
CMYK 0 0.25 0.65 0.13
HSL 37.08º 0.68% 0.58% -
HSV(B) 37.08º 0.65% 0.87% -
XYZ 44.79 43.18 12.99 -
YUV 172.3 74.22 162.74 -
System Red Green Blue C M Y K H S L
Decimal 221 166 77 0 0.25 0.65 0.13 37.08 0.68 0.58
Hex DD A6 4D 0 19 41 D 25 44 3A
Octal 335 246 115 0 31 101 15 45 104 72
Binary 11011101 10100110 1001101 0 11001 1000001 1101 100101 1000100 111010

Color Harmonies of #DDA64D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA64D

Black with #DDA64D

Text Example


Text Example

White with #DDA64D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA64D; }

 p { color: rgb(221,166,77); }

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

background-color css

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

 a { background-color: rgb(221,166,77); }

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

border-color css

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

 span { border-color: rgb(221,166,77); }

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