Html Css Color HEX #DFAB4B Rob Roy

📋 copy color: '#DFAB4B'

red 223 ◦ green 171 ◦ blue 75

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

Shades of Rob Roy #DFAB4B

Tints of Rob Roy #DFAB4B

RGB

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

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

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

R = 47.55%
G = 36.46%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFAB4B (or 0xDFAB4B) is known color: Rob Roy. HEX triplet: DF, AB and 4B. RGB value is (223,171,75). Sum of RGB (Red+Green+Blue) = 223+171+75=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 171 (67.19% from 255 or 36.46% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAB4B is #2054B4. Grayscale: #B0B0B0. Windows color (decimal): -2118837 or 4959199. OLE color: 4959199.

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

Color convert

RGB 223 171 75 -
CMYK 0 0.23 0.66 0.13
HSL 38.92º 0.7% 0.58% -
HSV(B) 38.92º 0.66% 0.87% -
XYZ 46.26 45.32 12.97 -
YUV 175.6 71.23 161.81 -
System Red Green Blue C M Y K H S L
Decimal 223 171 75 0 0.23 0.66 0.13 38.92 0.7 0.58
Hex DF AB 4B 0 17 42 D 27 46 3A
Octal 337 253 113 0 27 102 15 47 106 72
Binary 11011111 10101011 1001011 0 10111 1000010 1101 100111 1000110 111010

Color Harmonies of #DFAB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAB4B

Black with #DFAB4B

Text Example


Text Example

White with #DFAB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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