Html Css Color HEX #DCB952 Rob Roy

📋 copy color: '#DCB952'

red 220 ◦ green 185 ◦ blue 82

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

Shades of Rob Roy #DCB952

Tints of Rob Roy #DCB952

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 82 (32.42% from 255) = 16.84%

R = 45.17%
G = 37.99%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DCB952 (or 0xDCB952) is known color: Rob Roy. HEX triplet: DC, B9 and 52. RGB value is (220,185,82). Sum of RGB (Red+Green+Blue) = 220+185+82=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 82 (32.42% from 255 or 16.84% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB952 is #2346AD. Grayscale: #B8B8B8. Windows color (decimal): -2311854 or 5421532. OLE color: 5421532.

HSL color Cylindrical-coordinate representation of color #DCB952: hue angle of 44.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCB952 is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 82 -
CMYK 0 0.16 0.63 0.14
HSL 44.78º 0.66% 0.59% -
HSV(B) 44.78º 0.63% 0.86% -
XYZ 48.39 50.52 15.18 -
YUV 183.72 70.6 153.88 -
System Red Green Blue C M Y K H S L
Decimal 220 185 82 0 0.16 0.63 0.14 44.78 0.66 0.59
Hex DC B9 52 0 10 3F E 2D 42 3B
Octal 334 271 122 0 20 77 16 55 102 73
Binary 11011100 10111001 1010010 0 10000 111111 1110 101101 1000010 111011

Color Harmonies of #DCB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB952

Black with #DCB952

Text Example


Text Example

White with #DCB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB952; }

 p { color: rgb(220,185,82); }

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

background-color css

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

 a { background-color: rgb(220,185,82); }

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

border-color css

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

 span { border-color: rgb(220,185,82); }

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