Html Css Color HEX #DFA54C Rob Roy

📋 copy color: '#DFA54C'

red 223 ◦ green 165 ◦ blue 76

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

Shades of Rob Roy #DFA54C

Tints of Rob Roy #DFA54C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.38%

R = 48.06%
G = 35.56%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFA54C (or 0xDFA54C) is known color: Rob Roy. HEX triplet: DF, A5 and 4C. RGB value is (223,165,76). Sum of RGB (Red+Green+Blue) = 223+165+76=464 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.06% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA54C is #205AB3. Grayscale: #ACACAC. Windows color (decimal): -2120372 or 5023199. OLE color: 5023199.

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

Color convert

RGB 223 165 76 -
CMYK 0 0.26 0.66 0.13
HSL 36.33º 0.7% 0.59% -
HSV(B) 36.33º 0.66% 0.87% -
XYZ 45.19 43.12 12.78 -
YUV 172.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 223 165 76 0 0.26 0.66 0.13 36.33 0.7 0.59
Hex DF A5 4C 0 1A 42 D 24 46 3B
Octal 337 245 114 0 32 102 15 44 106 73
Binary 11011111 10100101 1001100 0 11010 1000010 1101 100100 1000110 111011

Color Harmonies of #DFA54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA54C

Black with #DFA54C

Text Example


Text Example

White with #DFA54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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