Html Css Color HEX #DCB54B Rob Roy

📋 copy color: '#DCB54B'

red 220 ◦ green 181 ◦ blue 75

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

Shades of Rob Roy #DCB54B

Tints of Rob Roy #DCB54B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

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

R = 46.22%
G = 38.03%
B = 15.76%

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

#DCB54B (or 0xDCB54B) is known color: Rob Roy. HEX triplet: DC, B5 and 4B. RGB value is (220,181,75). Sum of RGB (Red+Green+Blue) = 220+181+75=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 75 (29.69% from 255 or 15.76% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB54B is #234AB4. Grayscale: #B5B5B5. Windows color (decimal): -2312885 or 4961756. OLE color: 4961756.

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

Color convert

RGB 220 181 75 -
CMYK 0 0.18 0.66 0.14
HSL 43.86º 0.67% 0.58% -
HSV(B) 43.86º 0.66% 0.86% -
XYZ 47.31 48.77 13.58 -
YUV 180.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 220 181 75 0 0.18 0.66 0.14 43.86 0.67 0.58
Hex DC B5 4B 0 12 42 E 2C 43 3A
Octal 334 265 113 0 22 102 16 54 103 72
Binary 11011100 10110101 1001011 0 10010 1000010 1110 101100 1000011 111010

Color Harmonies of #DCB54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB54B

Black with #DCB54B

Text Example


Text Example

White with #DCB54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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