Html Css Color HEX #DCA352 Rob Roy

📋 copy color: '#DCA352'

red 220 ◦ green 163 ◦ blue 82

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

Shades of Rob Roy #DCA352

Tints of Rob Roy #DCA352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.63%

R = 47.31%
G = 35.05%
B = 17.63%

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

#DCA352 (or 0xDCA352) is known color: Rob Roy. HEX triplet: DC, A3 and 52. RGB value is (220,163,82). Sum of RGB (Red+Green+Blue) = 220+163+82=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCA352 is #235CAD. Grayscale: #ABABAB. Windows color (decimal): -2317486 or 5415900. OLE color: 5415900.

HSL color Cylindrical-coordinate representation of color #DCA352: hue angle of 35.22º degrees, saturation: 0.66, 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 #DCA352 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 163 82 -
CMYK 0 0.26 0.63 0.14
HSL 35.22º 0.66% 0.59% -
HSV(B) 35.22º 0.63% 0.86% -
XYZ 44.14 42.02 13.77 -
YUV 170.81 77.88 163.09 -
System Red Green Blue C M Y K H S L
Decimal 220 163 82 0 0.26 0.63 0.14 35.22 0.66 0.59
Hex DC A3 52 0 1A 3F E 23 42 3B
Octal 334 243 122 0 32 77 16 43 102 73
Binary 11011100 10100011 1010010 0 11010 111111 1110 100011 1000010 111011

Color Harmonies of #DCA352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA352

Black with #DCA352

Text Example


Text Example

White with #DCA352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA352; }

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

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

background-color css

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

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

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

border-color css

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

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

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