Html Css Color HEX #DCB14A Rob Roy

📋 copy color: '#DCB14A'

red 220 ◦ green 177 ◦ blue 74

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

Shades of Rob Roy #DCB14A

Tints of Rob Roy #DCB14A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.58%

 BLUE value IS 74 (29.3% from 255) = 15.71%

R = 46.71%
G = 37.58%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCB14A (or 0xDCB14A) is known color: Rob Roy. HEX triplet: DC, B1 and 4A. RGB value is (220,177,74). Sum of RGB (Red+Green+Blue) = 220+177+74=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB14A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB14A is #234EB5. Grayscale: #B2B2B2. Windows color (decimal): -2313910 or 4895196. OLE color: 4895196.

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

Color convert

RGB 220 177 74 -
CMYK 0 0.20 0.66 0.14
HSL 42.33º 0.68% 0.58% -
HSV(B) 42.33º 0.66% 0.86% -
XYZ 46.47 47.15 13.13 -
YUV 178.12 69.25 157.88 -
System Red Green Blue C M Y K H S L
Decimal 220 177 74 0 0.20 0.66 0.14 42.33 0.68 0.58
Hex DC B1 4A 0 14 42 E 2A 44 3A
Octal 334 261 112 0 24 102 16 52 104 72
Binary 11011100 10110001 1001010 0 10100 1000010 1110 101010 1000100 111010

Color Harmonies of #DCB14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB14A

Black with #DCB14A

Text Example


Text Example

White with #DCB14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB14A; }

 p { color: rgb(220,177,74); }

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

background-color css

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

 a { background-color: rgb(220,177,74); }

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

border-color css

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

 span { border-color: rgb(220,177,74); }

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