Html Css Color HEX #DDA64A Rob Roy

📋 copy color: '#DDA64A'

red 221 ◦ green 166 ◦ blue 74

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

Shades of Rob Roy #DDA64A

Tints of Rob Roy #DDA64A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 47.94%
G = 36.01%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DDA64A (or 0xDDA64A) is known color: Rob Roy. HEX triplet: DD, A6 and 4A. RGB value is (221,166,74). Sum of RGB (Red+Green+Blue) = 221+166+74=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DDA64A is #2259B5. Grayscale: #ACACAC. Windows color (decimal): -2251190 or 4892381. OLE color: 4892381.

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

Color convert

RGB 221 166 74 -
CMYK 0 0.25 0.67 0.13
HSL 37.55º 0.68% 0.58% -
HSV(B) 37.55º 0.67% 0.87% -
XYZ 44.69 43.14 12.45 -
YUV 171.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 221 166 74 0 0.25 0.67 0.13 37.55 0.68 0.58
Hex DD A6 4A 0 19 43 D 26 44 3A
Octal 335 246 112 0 31 103 15 46 104 72
Binary 11011101 10100110 1001010 0 11001 1000011 1101 100110 1000100 111010

Color Harmonies of #DDA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA64A

Black with #DDA64A

Text Example


Text Example

White with #DDA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA64A; }

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

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

background-color css

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

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

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

border-color css

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

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

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