Html Css Color HEX #DCAD58 Rob Roy

📋 copy color: '#DCAD58'

red 220 ◦ green 173 ◦ blue 88

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

Shades of Rob Roy #DCAD58

Tints of Rob Roy #DCAD58

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.97%

 BLUE value IS 88 (34.77% from 255) = 18.3%

R = 45.74%
G = 35.97%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCAD58 (or 0xDCAD58) is known color: Rob Roy. HEX triplet: DC, AD and 58. RGB value is (220,173,88). Sum of RGB (Red+Green+Blue) = 220+173+88=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCAD58 is #2352A7. Grayscale: #B1B1B1. Windows color (decimal): -2314920 or 5811676. OLE color: 5811676.

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

Color convert

RGB 220 173 88 -
CMYK 0 0.21 0.6 0.14
HSL 38.64º 0.65% 0.6% -
HSV(B) 38.64º 0.6% 0.86% -
XYZ 46.22 45.81 15.64 -
YUV 177.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 220 173 88 0 0.21 0.6 0.14 38.64 0.65 0.6
Hex DC AD 58 0 15 3C E 27 41 3C
Octal 334 255 130 0 25 74 16 47 101 74
Binary 11011100 10101101 1011000 0 10101 111100 1110 100111 1000001 111100

Color Harmonies of #DCAD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAD58

Black with #DCAD58

Text Example


Text Example

White with #DCAD58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAD58; }

 p { color: rgb(220,173,88); }

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

background-color css

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

 a { background-color: rgb(220,173,88); }

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

border-color css

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

 span { border-color: rgb(220,173,88); }

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