Html Css Color HEX #DFAA56 Rob Roy

📋 copy color: '#DFAA56'

red 223 ◦ green 170 ◦ blue 86

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

Shades of Rob Roy #DFAA56

Tints of Rob Roy #DFAA56

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

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

R = 46.56%
G = 35.49%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DFAA56 (or 0xDFAA56) is known color: Rob Roy. HEX triplet: DF, AA and 56. RGB value is (223,170,86). Sum of RGB (Red+Green+Blue) = 223+170+86=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 86 (33.98% from 255 or 17.95% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFAA56 is #2055A9. Grayscale: #B0B0B0. Windows color (decimal): -2119082 or 5679839. OLE color: 5679839.

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

Color convert

RGB 223 170 86 -
CMYK 0 0.24 0.61 0.13
HSL 36.79º 0.68% 0.61% -
HSV(B) 36.79º 0.61% 0.87% -
XYZ 46.49 45.11 15.06 -
YUV 176.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 223 170 86 0 0.24 0.61 0.13 36.79 0.68 0.61
Hex DF AA 56 0 18 3D D 25 44 3D
Octal 337 252 126 0 30 75 15 45 104 75
Binary 11011111 10101010 1010110 0 11000 111101 1101 100101 1000100 111101

Color Harmonies of #DFAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA56

Black with #DFAA56

Text Example


Text Example

White with #DFAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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