Html Css Color HEX #DFA75A Rob Roy

📋 copy color: '#DFA75A'

red 223 ◦ green 167 ◦ blue 90

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

Shades of Rob Roy #DFA75A

Tints of Rob Roy #DFA75A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.75%

R = 46.46%
G = 34.79%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DFA75A (or 0xDFA75A) is known color: Rob Roy. HEX triplet: DF, A7 and 5A. RGB value is (223,167,90). Sum of RGB (Red+Green+Blue) = 223+167+90=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 90 (35.55% from 255 or 18.75% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA75A is #2058A5. Grayscale: #AFAFAF. Windows color (decimal): -2119846 or 5941215. OLE color: 5941215.

HSL color Cylindrical-coordinate representation of color #DFA75A: hue angle of 34.74º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFA75A is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 90 -
CMYK 0 0.25 0.60 0.13
HSL 34.74º 0.68% 0.61% -
HSV(B) 34.74º 0.6% 0.87% -
XYZ 46.1 44.06 15.75 -
YUV 174.97 80.05 162.26 -
System Red Green Blue C M Y K H S L
Decimal 223 167 90 0 0.25 0.60 0.13 34.74 0.68 0.61
Hex DF A7 5A 0 19 3C D 23 44 3D
Octal 337 247 132 0 31 74 15 43 104 75
Binary 11011111 10100111 1011010 0 11001 111100 1101 100011 1000100 111101

Color Harmonies of #DFA75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA75A

Black with #DFA75A

Text Example


Text Example

White with #DFA75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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