Html Css Color HEX #DCB74D Rob Roy

📋 copy color: '#DCB74D'

red 220 ◦ green 183 ◦ blue 77

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

Shades of Rob Roy #DCB74D

Tints of Rob Roy #DCB74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.04%

R = 45.83%
G = 38.13%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DCB74D (or 0xDCB74D) is known color: Rob Roy. HEX triplet: DC, B7 and 4D. RGB value is (220,183,77). Sum of RGB (Red+Green+Blue) = 220+183+77=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB74D is #2348B2. Grayscale: #B6B6B6. Windows color (decimal): -2312371 or 5093340. OLE color: 5093340.

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

Color convert

RGB 220 183 77 -
CMYK 0 0.17 0.65 0.14
HSL 44.48º 0.67% 0.58% -
HSV(B) 44.48º 0.65% 0.86% -
XYZ 47.79 49.62 14.08 -
YUV 181.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 220 183 77 0 0.17 0.65 0.14 44.48 0.67 0.58
Hex DC B7 4D 0 11 41 E 2C 43 3A
Octal 334 267 115 0 21 101 16 54 103 72
Binary 11011100 10110111 1001101 0 10001 1000001 1110 101100 1000011 111010

Color Harmonies of #DCB74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB74D

Black with #DCB74D

Text Example


Text Example

White with #DCB74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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