Html Css Color HEX #DFAF51 Rob Roy

📋 copy color: '#DFAF51'

red 223 ◦ green 175 ◦ blue 81

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

Shades of Rob Roy #DFAF51

Tints of Rob Roy #DFAF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.91%

R = 46.56%
G = 36.53%
B = 16.91%

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

#DFAF51 (or 0xDFAF51) is known color: Rob Roy. HEX triplet: DF, AF and 51. RGB value is (223,175,81). Sum of RGB (Red+Green+Blue) = 223+175+81=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 81 (32.03% from 255 or 16.91% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF51 is #2050AE. Grayscale: #B3B3B3. Windows color (decimal): -2117807 or 5353439. OLE color: 5353439.

HSL color Cylindrical-coordinate representation of color #DFAF51: hue angle of 39.72º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFAF51 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 175 81 -
CMYK 0 0.22 0.64 0.13
HSL 39.72º 0.69% 0.6% -
HSV(B) 39.72º 0.64% 0.87% -
XYZ 47.25 46.94 14.36 -
YUV 178.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 223 175 81 0 0.22 0.64 0.13 39.72 0.69 0.6
Hex DF AF 51 0 16 40 D 28 45 3C
Octal 337 257 121 0 26 100 15 50 105 74
Binary 11011111 10101111 1010001 0 10110 1000000 1101 101000 1000101 111100

Color Harmonies of #DFAF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF51

Black with #DFAF51

Text Example


Text Example

White with #DFAF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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