Html Css Color HEX #DFA75B Rob Roy

📋 copy color: '#DFA75B'

red 223 ◦ green 167 ◦ blue 91

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

Shades of Rob Roy #DFA75B

Tints of Rob Roy #DFA75B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 91 (35.94% from 255) = 18.92%

R = 46.36%
G = 34.72%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DFA75B (or 0xDFA75B) is known color: Rob Roy. HEX triplet: DF, A7 and 5B. RGB value is (223,167,91). Sum of RGB (Red+Green+Blue) = 223+167+91=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA75B is #2058A4. Grayscale: #AFAFAF. Windows color (decimal): -2119845 or 6006751. OLE color: 6006751.

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

Color convert

RGB 223 167 91 -
CMYK 0 0.25 0.59 0.13
HSL 34.55º 0.67% 0.62% -
HSV(B) 34.55º 0.59% 0.87% -
XYZ 46.14 44.08 15.97 -
YUV 175.08 80.55 162.18 -
System Red Green Blue C M Y K H S L
Decimal 223 167 91 0 0.25 0.59 0.13 34.55 0.67 0.62
Hex DF A7 5B 0 19 3B D 23 43 3E
Octal 337 247 133 0 31 73 15 43 103 76
Binary 11011111 10100111 1011011 0 11001 111011 1101 100011 1000011 111110

Color Harmonies of #DFA75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA75B

Black with #DFA75B

Text Example


Text Example

White with #DFA75B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA75B; }

 p { color: rgb(223,167,91); }

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

background-color css

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

 a { background-color: rgb(223,167,91); }

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

border-color css

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

 span { border-color: rgb(223,167,91); }

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