Html Css Color HEX #D0C365 Tacha

📋 copy color: '#D0C365'

red 208 ◦ green 195 ◦ blue 101

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

Shades of Tacha #D0C365

Tints of Tacha #D0C365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.04%

R = 41.27%
G = 38.69%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D0C365 (or 0xD0C365) is known color: Tacha. HEX triplet: D0, C3 and 65. RGB value is (208,195,101). Sum of RGB (Red+Green+Blue) = 208+195+101=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C365 is #2F3C9A. Grayscale: #BCBCBC. Windows color (decimal): -3095707 or 6669264. OLE color: 6669264.

HSL color Cylindrical-coordinate representation of color #D0C365: hue angle of 52.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D0C365 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 195 101 -
CMYK 0 0.06 0.51 0.18
HSL 52.71º 0.53% 0.61% -
HSV(B) 52.71º 0.51% 0.82% -
XYZ 47.88 53.38 20.09 -
YUV 188.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 208 195 101 0 0.06 0.51 0.18 52.71 0.53 0.61
Hex D0 C3 65 0 6 33 12 35 35 3D
Octal 320 303 145 0 6 63 22 65 65 75
Binary 11010000 11000011 1100101 0 110 110011 10010 110101 110101 111101

Color Harmonies of #D0C365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C365

Black with #D0C365

Text Example


Text Example

White with #D0C365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C365; }

 p { color: rgb(208,195,101); }

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

background-color css

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

 a { background-color: rgb(208,195,101); }

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

border-color css

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

 span { border-color: rgb(208,195,101); }

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