Html Css Color HEX #DFAF56 Rob Roy

📋 copy color: '#DFAF56'

red 223 ◦ green 175 ◦ blue 86

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

Shades of Rob Roy #DFAF56

Tints of Rob Roy #DFAF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 46.07%
G = 36.16%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFAF56 (or 0xDFAF56) is known color: Rob Roy. HEX triplet: DF, AF and 56. RGB value is (223,175,86). Sum of RGB (Red+Green+Blue) = 223+175+86=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAF56 is #2050A9. Grayscale: #B3B3B3. Windows color (decimal): -2117802 or 5681119. OLE color: 5681119.

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

Color convert

RGB 223 175 86 -
CMYK 0 0.22 0.61 0.13
HSL 38.98º 0.68% 0.61% -
HSV(B) 38.98º 0.61% 0.87% -
XYZ 47.44 47.02 15.38 -
YUV 179.21 75.4 159.24 -
System Red Green Blue C M Y K H S L
Decimal 223 175 86 0 0.22 0.61 0.13 38.98 0.68 0.61
Hex DF AF 56 0 16 3D D 27 44 3D
Octal 337 257 126 0 26 75 15 47 104 75
Binary 11011111 10101111 1010110 0 10110 111101 1101 100111 1000100 111101

Color Harmonies of #DFAF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF56

Black with #DFAF56

Text Example


Text Example

White with #DFAF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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