Html Css Color HEX #DFAB4A Rob Roy

📋 copy color: '#DFAB4A'

red 223 ◦ green 171 ◦ blue 74

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

Shades of Rob Roy #DFAB4A

Tints of Rob Roy #DFAB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 74 (29.3% from 255) = 15.81%

R = 47.65%
G = 36.54%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DFAB4A (or 0xDFAB4A) is known color: Rob Roy. HEX triplet: DF, AB and 4A. RGB value is (223,171,74). Sum of RGB (Red+Green+Blue) = 223+171+74=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB4A is #2054B5. Grayscale: #AFAFAF. Windows color (decimal): -2118838 or 4893663. OLE color: 4893663.

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

Color convert

RGB 223 171 74 -
CMYK 0 0.23 0.67 0.13
HSL 39.06º 0.7% 0.58% -
HSV(B) 39.06º 0.67% 0.87% -
XYZ 46.23 45.31 12.79 -
YUV 175.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 223 171 74 0 0.23 0.67 0.13 39.06 0.7 0.58
Hex DF AB 4A 0 17 43 D 27 46 3A
Octal 337 253 112 0 27 103 15 47 106 72
Binary 11011111 10101011 1001010 0 10111 1000011 1101 100111 1000110 111010

Color Harmonies of #DFAB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB4A

Black with #DFAB4A

Text Example


Text Example

White with #DFAB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB4A; }

 p { color: rgb(223,171,74); }

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

background-color css

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

 a { background-color: rgb(223,171,74); }

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

border-color css

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

 span { border-color: rgb(223,171,74); }

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