Html Css Color HEX #DFAA4B Rob Roy

📋 copy color: '#DFAA4B'

red 223 ◦ green 170 ◦ blue 75

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

Shades of Rob Roy #DFAA4B

Tints of Rob Roy #DFAA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.03%

R = 47.65%
G = 36.32%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFAA4B (or 0xDFAA4B) is known color: Rob Roy. HEX triplet: DF, AA and 4B. RGB value is (223,170,75). Sum of RGB (Red+Green+Blue) = 223+170+75=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAA4B is #2055B4. Grayscale: #AFAFAF. Windows color (decimal): -2119093 or 4958943. OLE color: 4958943.

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

Color convert

RGB 223 170 75 -
CMYK 0 0.24 0.66 0.13
HSL 38.51º 0.7% 0.58% -
HSV(B) 38.51º 0.66% 0.87% -
XYZ 46.08 44.95 12.9 -
YUV 175.02 71.56 162.22 -
System Red Green Blue C M Y K H S L
Decimal 223 170 75 0 0.24 0.66 0.13 38.51 0.7 0.58
Hex DF AA 4B 0 18 42 D 27 46 3A
Octal 337 252 113 0 30 102 15 47 106 72
Binary 11011111 10101010 1001011 0 11000 1000010 1101 100111 1000110 111010

Color Harmonies of #DFAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA4B

Black with #DFAA4B

Text Example


Text Example

White with #DFAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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