Html Css Color HEX #D5CA65 Tacha

📋 copy color: '#D5CA65'

red 213 ◦ green 202 ◦ blue 101

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

Shades of Tacha #D5CA65

Tints of Tacha #D5CA65

RGB

 RED value IS 213 (83.59% from 255) = 41.28%

 GREEN value IS 202 (79.3% from 255) = 39.15%

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

R = 41.28%
G = 39.15%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D5CA65 (or 0xD5CA65) is known color: Tacha. HEX triplet: D5, CA and 65. RGB value is (213,202,101). Sum of RGB (Red+Green+Blue) = 213+202+101=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA65 is #2A359A. Grayscale: #C2C2C2. Windows color (decimal): -2766235 or 6671061. OLE color: 6671061.

HSL color Cylindrical-coordinate representation of color #D5CA65: hue angle of 54.11º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5CA65 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 101 -
CMYK 0 0.05 0.53 0.16
HSL 54.11º 0.57% 0.62% -
HSV(B) 54.11º 0.53% 0.84% -
XYZ 50.91 57.33 20.69 -
YUV 193.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 213 202 101 0 0.05 0.53 0.16 54.11 0.57 0.62
Hex D5 CA 65 0 5 35 10 36 39 3E
Octal 325 312 145 0 5 65 20 66 71 76
Binary 11010101 11001010 1100101 0 101 110101 10000 110110 111001 111110

Color Harmonies of #D5CA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA65

Black with #D5CA65

Text Example


Text Example

White with #D5CA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA65; }

 p { color: rgb(213,202,101); }

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

background-color css

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

 a { background-color: rgb(213,202,101); }

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

border-color css

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

 span { border-color: rgb(213,202,101); }

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