Html Css Color HEX #DFA54F Rob Roy

📋 copy color: '#DFA54F'

red 223 ◦ green 165 ◦ blue 79

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

Shades of Rob Roy #DFA54F

Tints of Rob Roy #DFA54F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.33%

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

R = 47.75%
G = 35.33%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DFA54F (or 0xDFA54F) is known color: Rob Roy. HEX triplet: DF, A5 and 4F. RGB value is (223,165,79). Sum of RGB (Red+Green+Blue) = 223+165+79=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 79 (31.25% from 255 or 16.92% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA54F is #205AB0. Grayscale: #ACACAC. Windows color (decimal): -2120369 or 5219807. OLE color: 5219807.

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

Color convert

RGB 223 165 79 -
CMYK 0 0.26 0.65 0.13
HSL 35.83º 0.69% 0.59% -
HSV(B) 35.83º 0.65% 0.87% -
XYZ 45.3 43.16 13.34 -
YUV 172.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 223 165 79 0 0.26 0.65 0.13 35.83 0.69 0.59
Hex DF A5 4F 0 1A 41 D 24 45 3B
Octal 337 245 117 0 32 101 15 44 105 73
Binary 11011111 10100101 1001111 0 11010 1000001 1101 100100 1000101 111011

Color Harmonies of #DFA54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA54F

Black with #DFA54F

Text Example


Text Example

White with #DFA54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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