Html Css Color HEX #D2C65D Tacha

📋 copy color: '#D2C65D'

red 210 ◦ green 198 ◦ blue 93

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

Shades of Tacha #D2C65D

Tints of Tacha #D2C65D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 41.92%
G = 39.52%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D2C65D (or 0xD2C65D) is known color: Tacha. HEX triplet: D2, C6 and 5D. RGB value is (210,198,93). Sum of RGB (Red+Green+Blue) = 210+198+93=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 198 (77.73% from 255 or 39.52% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C65D is #2D39A2. Grayscale: #BEBEBE. Windows color (decimal): -2963875 or 6145746. OLE color: 6145746.

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

Color convert

RGB 210 198 93 -
CMYK 0 0.06 0.56 0.18
HSL 53.85º 0.57% 0.59% -
HSV(B) 53.85º 0.56% 0.82% -
XYZ 48.75 54.88 18.38 -
YUV 189.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 210 198 93 0 0.06 0.56 0.18 53.85 0.57 0.59
Hex D2 C6 5D 0 6 38 12 36 39 3B
Octal 322 306 135 0 6 70 22 66 71 73
Binary 11010010 11000110 1011101 0 110 111000 10010 110110 111001 111011

Color Harmonies of #D2C65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C65D

Black with #D2C65D

Text Example


Text Example

White with #D2C65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C65D; }

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

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

background-color css

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

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

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

border-color css

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

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

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