Html Css Color HEX #DFA34F Rob Roy

📋 copy color: '#DFA34F'

red 223 ◦ green 163 ◦ blue 79

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

Shades of Rob Roy #DFA34F

Tints of Rob Roy #DFA34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.05%

 BLUE value IS 79 (31.25% from 255) = 16.99%

R = 47.96%
G = 35.05%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFA34F (or 0xDFA34F) is known color: Rob Roy. HEX triplet: DF, A3 and 4F. RGB value is (223,163,79). Sum of RGB (Red+Green+Blue) = 223+163+79=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 79 (31.25% from 255 or 16.99% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA34F is #205CB0. Grayscale: #ABABAB. Windows color (decimal): -2120881 or 5219295. OLE color: 5219295.

HSL color Cylindrical-coordinate representation of color #DFA34F: hue angle of 35º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFA34F is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 79 -
CMYK 0 0.27 0.65 0.13
HSL 35º 0.69% 0.59% -
HSV(B) 35º 0.65% 0.87% -
XYZ 44.94 42.45 13.22 -
YUV 171.36 75.88 164.83 -
System Red Green Blue C M Y K H S L
Decimal 223 163 79 0 0.27 0.65 0.13 35 0.69 0.59
Hex DF A3 4F 0 1B 41 D 23 45 3B
Octal 337 243 117 0 33 101 15 43 105 73
Binary 11011111 10100011 1001111 0 11011 1000001 1101 100011 1000101 111011

Color Harmonies of #DFA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA34F

Black with #DFA34F

Text Example


Text Example

White with #DFA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA34F; }

 p { color: rgb(223,163,79); }

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

background-color css

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

 a { background-color: rgb(223,163,79); }

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

border-color css

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

 span { border-color: rgb(223,163,79); }

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