Html Css Color HEX #DCB458 Rob Roy

📋 copy color: '#DCB458'

red 220 ◦ green 180 ◦ blue 88

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

Shades of Rob Roy #DCB458

Tints of Rob Roy #DCB458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.03%

R = 45.08%
G = 36.89%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DCB458 (or 0xDCB458) is known color: Rob Roy. HEX triplet: DC, B4 and 58. RGB value is (220,180,88). Sum of RGB (Red+Green+Blue) = 220+180+88=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB458 is #234BA7. Grayscale: #B5B5B5. Windows color (decimal): -2313128 or 5813468. OLE color: 5813468.

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

Color convert

RGB 220 180 88 -
CMYK 0 0.18 0.6 0.14
HSL 41.82º 0.65% 0.6% -
HSV(B) 41.82º 0.6% 0.86% -
XYZ 47.6 48.56 16.1 -
YUV 181.47 75.25 155.48 -
System Red Green Blue C M Y K H S L
Decimal 220 180 88 0 0.18 0.6 0.14 41.82 0.65 0.6
Hex DC B4 58 0 12 3C E 2A 41 3C
Octal 334 264 130 0 22 74 16 52 101 74
Binary 11011100 10110100 1011000 0 10010 111100 1110 101010 1000001 111100

Color Harmonies of #DCB458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB458

Black with #DCB458

Text Example


Text Example

White with #DCB458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB458; }

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

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

background-color css

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

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

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

border-color css

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

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

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