Html Css Color HEX #DCAC4F Rob Roy

📋 copy color: '#DCAC4F'

red 220 ◦ green 172 ◦ blue 79

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

Shades of Rob Roy #DCAC4F

Tints of Rob Roy #DCAC4F

RGB

 RED value IS 220 (86.33% from 255) = 46.71%

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

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

R = 46.71%
G = 36.52%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCAC4F (or 0xDCAC4F) is known color: Rob Roy. HEX triplet: DC, AC and 4F. RGB value is (220,172,79). Sum of RGB (Red+Green+Blue) = 220+172+79=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAC4F is #2353B0. Grayscale: #B0B0B0. Windows color (decimal): -2315185 or 5221596. OLE color: 5221596.

HSL color Cylindrical-coordinate representation of color #DCAC4F: hue angle of 39.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCAC4F is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 79 -
CMYK 0 0.22 0.64 0.14
HSL 39.57º 0.67% 0.59% -
HSV(B) 39.57º 0.64% 0.86% -
XYZ 45.68 45.29 13.73 -
YUV 175.75 73.4 159.56 -
System Red Green Blue C M Y K H S L
Decimal 220 172 79 0 0.22 0.64 0.14 39.57 0.67 0.59
Hex DC AC 4F 0 16 40 E 28 43 3B
Octal 334 254 117 0 26 100 16 50 103 73
Binary 11011100 10101100 1001111 0 10110 1000000 1110 101000 1000011 111011

Color Harmonies of #DCAC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAC4F

Black with #DCAC4F

Text Example


Text Example

White with #DCAC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAC4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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