Html Css Color HEX #DCB44B Rob Roy

📋 copy color: '#DCB44B'

red 220 ◦ green 180 ◦ blue 75

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

Shades of Rob Roy #DCB44B

Tints of Rob Roy #DCB44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.79%

R = 46.32%
G = 37.89%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DCB44B (or 0xDCB44B) is known color: Rob Roy. HEX triplet: DC, B4 and 4B. RGB value is (220,180,75). Sum of RGB (Red+Green+Blue) = 220+180+75=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB44B is #234BB4. Grayscale: #B4B4B4. Windows color (decimal): -2313141 or 4961500. OLE color: 4961500.

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

Color convert

RGB 220 180 75 -
CMYK 0 0.18 0.66 0.14
HSL 43.45º 0.67% 0.58% -
HSV(B) 43.45º 0.66% 0.86% -
XYZ 47.11 48.37 13.51 -
YUV 179.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 220 180 75 0 0.18 0.66 0.14 43.45 0.67 0.58
Hex DC B4 4B 0 12 42 E 2B 43 3A
Octal 334 264 113 0 22 102 16 53 103 72
Binary 11011100 10110100 1001011 0 10010 1000010 1110 101011 1000011 111010

Color Harmonies of #DCB44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB44B

Black with #DCB44B

Text Example


Text Example

White with #DCB44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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