Html Css Color HEX #DCB74F Rob Roy

📋 copy color: '#DCB74F'

red 220 ◦ green 183 ◦ blue 79

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

Shades of Rob Roy #DCB74F

Tints of Rob Roy #DCB74F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

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

R = 45.64%
G = 37.97%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCB74F (or 0xDCB74F) is known color: Rob Roy. HEX triplet: DC, B7 and 4F. RGB value is (220,183,79). Sum of RGB (Red+Green+Blue) = 220+183+79=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB74F is #2348B0. Grayscale: #B6B6B6. Windows color (decimal): -2312369 or 5224412. OLE color: 5224412.

HSL color Cylindrical-coordinate representation of color #DCB74F: hue angle of 44.26º 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 #DCB74F is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 79 -
CMYK 0 0.17 0.64 0.14
HSL 44.26º 0.67% 0.59% -
HSV(B) 44.26º 0.64% 0.86% -
XYZ 47.86 49.65 14.46 -
YUV 182.21 69.76 154.96 -
System Red Green Blue C M Y K H S L
Decimal 220 183 79 0 0.17 0.64 0.14 44.26 0.67 0.59
Hex DC B7 4F 0 11 40 E 2C 43 3B
Octal 334 267 117 0 21 100 16 54 103 73
Binary 11011100 10110111 1001111 0 10001 1000000 1110 101100 1000011 111011

Color Harmonies of #DCB74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB74F

Black with #DCB74F

Text Example


Text Example

White with #DCB74F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB74F; }

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

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

background-color css

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

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

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

border-color css

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

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

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