Html Css Color HEX #DFAC4B Rob Roy

📋 copy color: '#DFAC4B'

red 223 ◦ green 172 ◦ blue 75

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

Shades of Rob Roy #DFAC4B

Tints of Rob Roy #DFAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

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

R = 47.45%
G = 36.6%
B = 15.96%

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

#DFAC4B (or 0xDFAC4B) is known color: Rob Roy. HEX triplet: DF, AC and 4B. RGB value is (223,172,75). Sum of RGB (Red+Green+Blue) = 223+172+75=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC4B is #2053B4. Grayscale: #B0B0B0. Windows color (decimal): -2118581 or 4959455. OLE color: 4959455.

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

Color convert

RGB 223 172 75 -
CMYK 0 0.23 0.66 0.13
HSL 39.32º 0.7% 0.58% -
HSV(B) 39.32º 0.66% 0.87% -
XYZ 46.45 45.7 13.03 -
YUV 176.19 70.9 161.39 -
System Red Green Blue C M Y K H S L
Decimal 223 172 75 0 0.23 0.66 0.13 39.32 0.7 0.58
Hex DF AC 4B 0 17 42 D 27 46 3A
Octal 337 254 113 0 27 102 15 47 106 72
Binary 11011111 10101100 1001011 0 10111 1000010 1101 100111 1000110 111010

Color Harmonies of #DFAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC4B

Black with #DFAC4B

Text Example


Text Example

White with #DFAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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