Html Css Color HEX #D0C260 Tacha

📋 copy color: '#D0C260'

red 208 ◦ green 194 ◦ blue 96

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

Shades of Tacha #D0C260

Tints of Tacha #D0C260

RGB

 RED value IS 208 (81.64% from 255) = 41.77%

 GREEN value IS 194 (76.17% from 255) = 38.96%

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 41.77%
G = 38.96%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0C260 (or 0xD0C260) is known color: Tacha. HEX triplet: D0, C2 and 60. RGB value is (208,194,96). Sum of RGB (Red+Green+Blue) = 208+194+96=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C260 is #2F3D9F. Grayscale: #BBBBBB. Windows color (decimal): -3095968 or 6341328. OLE color: 6341328.

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

Color convert

RGB 208 194 96 -
CMYK 0 0.07 0.54 0.18
HSL 52.5º 0.54% 0.6% -
HSV(B) 52.5º 0.54% 0.82% -
XYZ 47.42 52.84 18.77 -
YUV 187.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 208 194 96 0 0.07 0.54 0.18 52.5 0.54 0.6
Hex D0 C2 60 0 7 36 12 34 36 3C
Octal 320 302 140 0 7 66 22 64 66 74
Binary 11010000 11000010 1100000 0 111 110110 10010 110100 110110 111100

Color Harmonies of #D0C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C260

Black with #D0C260

Text Example


Text Example

White with #D0C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C260; }

 p { color: rgb(208,194,96); }

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

background-color css

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

 a { background-color: rgb(208,194,96); }

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

border-color css

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

 span { border-color: rgb(208,194,96); }

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