Html Css Color HEX #DFA75D Rob Roy

📋 copy color: '#DFA75D'

red 223 ◦ green 167 ◦ blue 93

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

Shades of Rob Roy #DFA75D

Tints of Rob Roy #DFA75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.25%

R = 46.17%
G = 34.58%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DFA75D (or 0xDFA75D) is known color: Rob Roy. HEX triplet: DF, A7 and 5D. RGB value is (223,167,93). Sum of RGB (Red+Green+Blue) = 223+167+93=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 167 (65.62% from 255 or 34.58% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA75D is #2058A2. Grayscale: #AFAFAF. Windows color (decimal): -2119843 or 6137823. OLE color: 6137823.

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

Color convert

RGB 223 167 93 -
CMYK 0 0.25 0.58 0.13
HSL 34.15º 0.67% 0.62% -
HSV(B) 34.15º 0.58% 0.87% -
XYZ 46.23 44.12 16.43 -
YUV 175.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 223 167 93 0 0.25 0.58 0.13 34.15 0.67 0.62
Hex DF A7 5D 0 19 3A D 22 43 3E
Octal 337 247 135 0 31 72 15 42 103 76
Binary 11011111 10100111 1011101 0 11001 111010 1101 100010 1000011 111110

Color Harmonies of #DFA75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA75D

Black with #DFA75D

Text Example


Text Example

White with #DFA75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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