Html Css Color HEX #DFAC4D Rob Roy

📋 copy color: '#DFAC4D'

red 223 ◦ green 172 ◦ blue 77

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

Shades of Rob Roy #DFAC4D

Tints of Rob Roy #DFAC4D

RGB

 RED value IS 223 (87.5% from 255) = 47.25%

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

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

R = 47.25%
G = 36.44%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAC4D (or 0xDFAC4D) is known color: Rob Roy. HEX triplet: DF, AC and 4D. RGB value is (223,172,77). Sum of RGB (Red+Green+Blue) = 223+172+77=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 172 (67.58% from 255 or 36.44% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAC4D is #2053B2. Grayscale: #B0B0B0. Windows color (decimal): -2118579 or 5090527. OLE color: 5090527.

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

Color convert

RGB 223 172 77 -
CMYK 0 0.23 0.65 0.13
HSL 39.04º 0.7% 0.59% -
HSV(B) 39.04º 0.65% 0.87% -
XYZ 46.52 45.73 13.4 -
YUV 176.42 71.9 161.22 -
System Red Green Blue C M Y K H S L
Decimal 223 172 77 0 0.23 0.65 0.13 39.04 0.7 0.59
Hex DF AC 4D 0 17 41 D 27 46 3B
Octal 337 254 115 0 27 101 15 47 106 73
Binary 11011111 10101100 1001101 0 10111 1000001 1101 100111 1000110 111011

Color Harmonies of #DFAC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC4D

Black with #DFAC4D

Text Example


Text Example

White with #DFAC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC4D; }

 p { color: rgb(223,172,77); }

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

background-color css

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

 a { background-color: rgb(223,172,77); }

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

border-color css

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

 span { border-color: rgb(223,172,77); }

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