Html Css Color HEX #DCA65C Rob Roy

📋 copy color: '#DCA65C'

red 220 ◦ green 166 ◦ blue 92

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

Shades of Rob Roy #DCA65C

Tints of Rob Roy #DCA65C

RGB

 RED value IS 220 (86.33% from 255) = 46.03%

 GREEN value IS 166 (65.23% from 255) = 34.73%

 BLUE value IS 92 (36.33% from 255) = 19.25%

R = 46.03%
G = 34.73%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DCA65C (or 0xDCA65C) is known color: Rob Roy. HEX triplet: DC, A6 and 5C. RGB value is (220,166,92). Sum of RGB (Red+Green+Blue) = 220+166+92=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA65C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA65C is #2359A3. Grayscale: #AEAEAE. Windows color (decimal): -2316708 or 6072028. OLE color: 6072028.

HSL color Cylindrical-coordinate representation of color #DCA65C: hue angle of 34.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCA65C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 166 92 -
CMYK 0 0.25 0.58 0.14
HSL 34.69º 0.65% 0.61% -
HSV(B) 34.69º 0.58% 0.86% -
XYZ 45.08 43.26 16.1 -
YUV 173.71 81.89 161.02 -
System Red Green Blue C M Y K H S L
Decimal 220 166 92 0 0.25 0.58 0.14 34.69 0.65 0.61
Hex DC A6 5C 0 19 3A E 23 41 3D
Octal 334 246 134 0 31 72 16 43 101 75
Binary 11011100 10100110 1011100 0 11001 111010 1110 100011 1000001 111101

Color Harmonies of #DCA65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA65C

Black with #DCA65C

Text Example


Text Example

White with #DCA65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA65C; }

 p { color: rgb(220,166,92); }

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

background-color css

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

 a { background-color: rgb(220,166,92); }

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

border-color css

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

 span { border-color: rgb(220,166,92); }

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