Html Css Color HEX #DFA34D Rob Roy

📋 copy color: '#DFA34D'

red 223 ◦ green 163 ◦ blue 77

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

Shades of Rob Roy #DFA34D

Tints of Rob Roy #DFA34D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.63%

R = 48.16%
G = 35.21%
B = 16.63%

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

#DFA34D (or 0xDFA34D) is known color: Rob Roy. HEX triplet: DF, A3 and 4D. RGB value is (223,163,77). Sum of RGB (Red+Green+Blue) = 223+163+77=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA34D is #205CB2. Grayscale: #ABABAB. Windows color (decimal): -2120883 or 5088223. OLE color: 5088223.

HSL color Cylindrical-coordinate representation of color #DFA34D: hue angle of 35.34º degrees, saturation: 0.7, 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 #DFA34D is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 163 77 -
CMYK 0 0.27 0.65 0.13
HSL 35.34º 0.7% 0.59% -
HSV(B) 35.34º 0.65% 0.87% -
XYZ 44.87 42.42 12.84 -
YUV 171.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 223 163 77 0 0.27 0.65 0.13 35.34 0.7 0.59
Hex DF A3 4D 0 1B 41 D 23 46 3B
Octal 337 243 115 0 33 101 15 43 106 73
Binary 11011111 10100011 1001101 0 11011 1000001 1101 100011 1000110 111011

Color Harmonies of #DFA34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA34D

Black with #DFA34D

Text Example


Text Example

White with #DFA34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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