Html Css Color HEX #DCB44F Rob Roy

📋 copy color: '#DCB44F'

red 220 ◦ green 180 ◦ blue 79

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

Shades of Rob Roy #DCB44F

Tints of Rob Roy #DCB44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 45.93%
G = 37.58%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCB44F (or 0xDCB44F) is known color: Rob Roy. HEX triplet: DC, B4 and 4F. RGB value is (220,180,79). Sum of RGB (Red+Green+Blue) = 220+180+79=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB44F is #234BB0. Grayscale: #B4B4B4. Windows color (decimal): -2313137 or 5223644. OLE color: 5223644.

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

Color convert

RGB 220 180 79 -
CMYK 0 0.18 0.64 0.14
HSL 42.98º 0.67% 0.59% -
HSV(B) 42.98º 0.64% 0.86% -
XYZ 47.25 48.42 14.25 -
YUV 180.45 70.75 156.21 -
System Red Green Blue C M Y K H S L
Decimal 220 180 79 0 0.18 0.64 0.14 42.98 0.67 0.59
Hex DC B4 4F 0 12 40 E 2B 43 3B
Octal 334 264 117 0 22 100 16 53 103 73
Binary 11011100 10110100 1001111 0 10010 1000000 1110 101011 1000011 111011

Color Harmonies of #DCB44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB44F

Black with #DCB44F

Text Example


Text Example

White with #DCB44F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB44F; }

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

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

background-color css

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

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

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

border-color css

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

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

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