Html Css Color HEX #DDAC4F Rob Roy

📋 copy color: '#DDAC4F'

red 221 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #DDAC4F

Tints of Rob Roy #DDAC4F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.44%

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

R = 46.82%
G = 36.44%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDAC4F (or 0xDDAC4F) is known color: Rob Roy. HEX triplet: DD, AC and 4F. RGB value is (221,172,79). Sum of RGB (Red+Green+Blue) = 221+172+79=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDAC4F is #2253B0. Grayscale: #B0B0B0. Windows color (decimal): -2249649 or 5221597. OLE color: 5221597.

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

Color convert

RGB 221 172 79 -
CMYK 0 0.22 0.64 0.13
HSL 39.3º 0.68% 0.59% -
HSV(B) 39.3º 0.64% 0.87% -
XYZ 45.98 45.44 13.74 -
YUV 176.05 73.23 160.06 -
System Red Green Blue C M Y K H S L
Decimal 221 172 79 0 0.22 0.64 0.13 39.3 0.68 0.59
Hex DD AC 4F 0 16 40 D 27 44 3B
Octal 335 254 117 0 26 100 15 47 104 73
Binary 11011101 10101100 1001111 0 10110 1000000 1101 100111 1000100 111011

Color Harmonies of #DDAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDAC4F

Black with #DDAC4F

Text Example


Text Example

White with #DDAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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