Html Css Color HEX #DCA351 Rob Roy

📋 copy color: '#DCA351'

red 220 ◦ green 163 ◦ blue 81

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

Shades of Rob Roy #DCA351

Tints of Rob Roy #DCA351

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.13%

 BLUE value IS 81 (32.03% from 255) = 17.46%

R = 47.41%
G = 35.13%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCA351 (or 0xDCA351) is known color: Rob Roy. HEX triplet: DC, A3 and 51. RGB value is (220,163,81). Sum of RGB (Red+Green+Blue) = 220+163+81=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 81 (32.03% from 255 or 17.46% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA351 is #235CAE. Grayscale: #ABABAB. Windows color (decimal): -2317487 or 5350364. OLE color: 5350364.

HSL color Cylindrical-coordinate representation of color #DCA351: hue angle of 35.4º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCA351 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 81 -
CMYK 0 0.26 0.63 0.14
HSL 35.4º 0.67% 0.59% -
HSV(B) 35.4º 0.63% 0.86% -
XYZ 44.1 42 13.57 -
YUV 170.7 77.38 163.17 -
System Red Green Blue C M Y K H S L
Decimal 220 163 81 0 0.26 0.63 0.14 35.4 0.67 0.59
Hex DC A3 51 0 1A 3F E 23 43 3B
Octal 334 243 121 0 32 77 16 43 103 73
Binary 11011100 10100011 1010001 0 11010 111111 1110 100011 1000011 111011

Color Harmonies of #DCA351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA351

Black with #DCA351

Text Example


Text Example

White with #DCA351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA351; }

 p { color: rgb(220,163,81); }

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

background-color css

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

 a { background-color: rgb(220,163,81); }

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

border-color css

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

 span { border-color: rgb(220,163,81); }

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