Html Css Color HEX #D2C65F Tacha

📋 copy color: '#D2C65F'

red 210 ◦ green 198 ◦ blue 95

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

Shades of Tacha #D2C65F

Tints of Tacha #D2C65F

RGB

 RED value IS 210 (82.42% from 255) = 41.75%

 GREEN value IS 198 (77.73% from 255) = 39.36%

 BLUE value IS 95 (37.5% from 255) = 18.89%

R = 41.75%
G = 39.36%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D2C65F (or 0xD2C65F) is known color: Tacha. HEX triplet: D2, C6 and 5F. RGB value is (210,198,95). Sum of RGB (Red+Green+Blue) = 210+198+95=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 198 (77.73% from 255 or 39.36% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C65F is #2D39A0. Grayscale: #BEBEBE. Windows color (decimal): -2963873 or 6276818. OLE color: 6276818.

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

Color convert

RGB 210 198 95 -
CMYK 0 0.06 0.55 0.18
HSL 53.74º 0.56% 0.6% -
HSV(B) 53.74º 0.55% 0.82% -
XYZ 48.84 54.92 18.85 -
YUV 189.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 210 198 95 0 0.06 0.55 0.18 53.74 0.56 0.6
Hex D2 C6 5F 0 6 37 12 36 38 3C
Octal 322 306 137 0 6 67 22 66 70 74
Binary 11010010 11000110 1011111 0 110 110111 10010 110110 111000 111100

Color Harmonies of #D2C65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C65F

Black with #D2C65F

Text Example


Text Example

White with #D2C65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C65F; }

 p { color: rgb(210,198,95); }

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

background-color css

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

 a { background-color: rgb(210,198,95); }

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

border-color css

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

 span { border-color: rgb(210,198,95); }

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