Html Css Color HEX #DDA64F Rob Roy

📋 copy color: '#DDA64F'

red 221 ◦ green 166 ◦ blue 79

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

Shades of Rob Roy #DDA64F

Tints of Rob Roy #DDA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.95%

R = 47.42%
G = 35.62%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDA64F (or 0xDDA64F) is known color: Rob Roy. HEX triplet: DD, A6 and 4F. RGB value is (221,166,79). Sum of RGB (Red+Green+Blue) = 221+166+79=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 79 (31.25% from 255 or 16.95% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA64F is #2259B0. Grayscale: #ACACAC. Windows color (decimal): -2251185 or 5220061. OLE color: 5220061.

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

Color convert

RGB 221 166 79 -
CMYK 0 0.25 0.64 0.13
HSL 36.76º 0.68% 0.59% -
HSV(B) 36.76º 0.64% 0.87% -
XYZ 44.87 43.21 13.37 -
YUV 172.53 75.22 162.57 -
System Red Green Blue C M Y K H S L
Decimal 221 166 79 0 0.25 0.64 0.13 36.76 0.68 0.59
Hex DD A6 4F 0 19 40 D 25 44 3B
Octal 335 246 117 0 31 100 15 45 104 73
Binary 11011101 10100110 1001111 0 11001 1000000 1101 100101 1000100 111011

Color Harmonies of #DDA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA64F

Black with #DDA64F

Text Example


Text Example

White with #DDA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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