Html Css Color HEX #DFAF4D Rob Roy

📋 copy color: '#DFAF4D'

red 223 ◦ green 175 ◦ blue 77

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

Shades of Rob Roy #DFAF4D

Tints of Rob Roy #DFAF4D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.84%

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

R = 46.95%
G = 36.84%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFAF4D (or 0xDFAF4D) is known color: Rob Roy. HEX triplet: DF, AF and 4D. RGB value is (223,175,77). Sum of RGB (Red+Green+Blue) = 223+175+77=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF4D is #2050B2. Grayscale: #B2B2B2. Windows color (decimal): -2117811 or 5091295. OLE color: 5091295.

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

Color convert

RGB 223 175 77 -
CMYK 0 0.22 0.65 0.13
HSL 40.27º 0.7% 0.59% -
HSV(B) 40.27º 0.65% 0.87% -
XYZ 47.1 46.88 13.59 -
YUV 178.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 223 175 77 0 0.22 0.65 0.13 40.27 0.7 0.59
Hex DF AF 4D 0 16 41 D 28 46 3B
Octal 337 257 115 0 26 101 15 50 106 73
Binary 11011111 10101111 1001101 0 10110 1000001 1101 101000 1000110 111011

Color Harmonies of #DFAF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF4D

Black with #DFAF4D

Text Example


Text Example

White with #DFAF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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