Html Css Color HEX #DCB498 Pancho

📋 copy color: '#DCB498'

red 220 ◦ green 180 ◦ blue 152

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

Shades of Pancho #DCB498

Tints of Pancho #DCB498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.54%

R = 39.86%
G = 32.61%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCB498 (or 0xDCB498) is known color: Pancho. HEX triplet: DC, B4 and 98. RGB value is (220,180,152). Sum of RGB (Red+Green+Blue) = 220+180+152=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB498 is #234B67. Grayscale: #BCBCBC. Windows color (decimal): -2313064 or 10007772. OLE color: 10007772.

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

Color convert

RGB 220 180 152 -
CMYK 0 0.18 0.31 0.14
HSL 24.71º 0.49% 0.73% -
HSV(B) 24.71º 0.31% 0.86% -
XYZ 51.5 50.13 36.67 -
YUV 188.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 220 180 152 0 0.18 0.31 0.14 24.71 0.49 0.73
Hex DC B4 98 0 12 1F E 19 31 49
Octal 334 264 230 0 22 37 16 31 61 111
Binary 11011100 10110100 10011000 0 10010 11111 1110 11001 110001 1001001

Color Harmonies of #DCB498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB498

Black with #DCB498

Text Example


Text Example

White with #DCB498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB498; }

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

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

background-color css

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

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

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

border-color css

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

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

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