Html Css Color HEX #DCB14F Rob Roy

📋 copy color: '#DCB14F'

red 220 ◦ green 177 ◦ blue 79

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

Shades of Rob Roy #DCB14F

Tints of Rob Roy #DCB14F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.6%

R = 46.22%
G = 37.18%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCB14F (or 0xDCB14F) is known color: Rob Roy. HEX triplet: DC, B1 and 4F. RGB value is (220,177,79). Sum of RGB (Red+Green+Blue) = 220+177+79=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB14F is #234EB0. Grayscale: #B3B3B3. Windows color (decimal): -2313905 or 5222876. OLE color: 5222876.

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

Color convert

RGB 220 177 79 -
CMYK 0 0.20 0.64 0.14
HSL 41.7º 0.67% 0.59% -
HSV(B) 41.7º 0.64% 0.86% -
XYZ 46.65 47.22 14.05 -
YUV 178.69 71.75 157.47 -
System Red Green Blue C M Y K H S L
Decimal 220 177 79 0 0.20 0.64 0.14 41.7 0.67 0.59
Hex DC B1 4F 0 14 40 E 2A 43 3B
Octal 334 261 117 0 24 100 16 52 103 73
Binary 11011100 10110001 1001111 0 10100 1000000 1110 101010 1000011 111011

Color Harmonies of #DCB14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB14F

Black with #DCB14F

Text Example


Text Example

White with #DCB14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB14F; }

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

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

background-color css

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

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

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

border-color css

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

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

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