Html Css Color HEX #DCC362 Tacha

📋 copy color: '#DCC362'

red 220 ◦ green 195 ◦ blue 98

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

Shades of Tacha #DCC362

Tints of Tacha #DCC362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.01%

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 42.88%
G = 38.01%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCC362 (or 0xDCC362) is known color: Tacha. HEX triplet: DC, C3 and 62. RGB value is (220,195,98). Sum of RGB (Red+Green+Blue) = 220+195+98=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC362 is #233C9D. Grayscale: #BFBFBF. Windows color (decimal): -2309278 or 6472668. OLE color: 6472668.

HSL color Cylindrical-coordinate representation of color #DCC362: hue angle of 47.7º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCC362 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 195 98 -
CMYK 0 0.11 0.55 0.14
HSL 47.7º 0.64% 0.62% -
HSV(B) 47.7º 0.55% 0.86% -
XYZ 51.23 55.13 19.5 -
YUV 191.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 220 195 98 0 0.11 0.55 0.14 47.7 0.64 0.62
Hex DC C3 62 0 B 37 E 30 40 3E
Octal 334 303 142 0 13 67 16 60 100 76
Binary 11011100 11000011 1100010 0 1011 110111 1110 110000 1000000 111110

Color Harmonies of #DCC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC362

Black with #DCC362

Text Example


Text Example

White with #DCC362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC362; }

 p { color: rgb(220,195,98); }

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

background-color css

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

 a { background-color: rgb(220,195,98); }

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

border-color css

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

 span { border-color: rgb(220,195,98); }

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