Html Css Color HEX #DFAC4C Rob Roy

📋 copy color: '#DFAC4C'

red 223 ◦ green 172 ◦ blue 76

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

Shades of Rob Roy #DFAC4C

Tints of Rob Roy #DFAC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.14%

R = 47.35%
G = 36.52%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFAC4C (or 0xDFAC4C) is known color: Rob Roy. HEX triplet: DF, AC and 4C. RGB value is (223,172,76). Sum of RGB (Red+Green+Blue) = 223+172+76=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC4C is #2053B3. Grayscale: #B0B0B0. Windows color (decimal): -2118580 or 5024991. OLE color: 5024991.

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

Color convert

RGB 223 172 76 -
CMYK 0 0.23 0.66 0.13
HSL 39.18º 0.7% 0.59% -
HSV(B) 39.18º 0.66% 0.87% -
XYZ 46.49 45.71 13.21 -
YUV 176.31 71.4 161.31 -
System Red Green Blue C M Y K H S L
Decimal 223 172 76 0 0.23 0.66 0.13 39.18 0.7 0.59
Hex DF AC 4C 0 17 42 D 27 46 3B
Octal 337 254 114 0 27 102 15 47 106 73
Binary 11011111 10101100 1001100 0 10111 1000010 1101 100111 1000110 111011

Color Harmonies of #DFAC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC4C

Black with #DFAC4C

Text Example


Text Example

White with #DFAC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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