Html Css Color HEX #DCA54B Rob Roy

📋 copy color: '#DCA54B'

red 220 ◦ green 165 ◦ blue 75

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

Shades of Rob Roy #DCA54B

Tints of Rob Roy #DCA54B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 47.83%
G = 35.87%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCA54B (or 0xDCA54B) is known color: Rob Roy. HEX triplet: DC, A5 and 4B. RGB value is (220,165,75). Sum of RGB (Red+Green+Blue) = 220+165+75=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCA54B is #235AB4. Grayscale: #ABABAB. Windows color (decimal): -2316981 or 4957660. OLE color: 4957660.

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

Color convert

RGB 220 165 75 -
CMYK 0 0.25 0.66 0.14
HSL 37.24º 0.67% 0.58% -
HSV(B) 37.24º 0.66% 0.86% -
XYZ 44.24 42.63 12.55 -
YUV 171.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 220 165 75 0 0.25 0.66 0.14 37.24 0.67 0.58
Hex DC A5 4B 0 19 42 E 25 43 3A
Octal 334 245 113 0 31 102 16 45 103 72
Binary 11011100 10100101 1001011 0 11001 1000010 1110 100101 1000011 111010

Color Harmonies of #DCA54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA54B

Black with #DCA54B

Text Example


Text Example

White with #DCA54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA54B; }

 p { color: rgb(220,165,75); }

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

background-color css

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

 a { background-color: rgb(220,165,75); }

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

border-color css

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

 span { border-color: rgb(220,165,75); }

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