Html Css Color HEX #CDB95D Tacha

📋 copy color: '#CDB95D'

red 205 ◦ green 185 ◦ blue 93

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

Shades of Tacha #CDB95D

Tints of Tacha #CDB95D

RGB

 RED value IS 205 (80.47% from 255) = 42.44%

 GREEN value IS 185 (72.66% from 255) = 38.3%

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

R = 42.44%
G = 38.3%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CDB95D (or 0xCDB95D) is known color: Tacha. HEX triplet: CD, B9 and 5D. RGB value is (205,185,93). Sum of RGB (Red+Green+Blue) = 205+185+93=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB95D is #3246A2. Grayscale: #B4B4B4. Windows color (decimal): -3294883 or 6142413. OLE color: 6142413.

HSL color Cylindrical-coordinate representation of color #CDB95D: hue angle of 49.29º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB95D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 185 93 -
CMYK 0 0.10 0.55 0.20
HSL 49.29º 0.53% 0.58% -
HSV(B) 49.29º 0.55% 0.8% -
XYZ 44.5 48.47 17.37 -
YUV 180.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 205 185 93 0 0.10 0.55 0.20 49.29 0.53 0.58
Hex CD B9 5D 0 A 37 14 31 35 3A
Octal 315 271 135 0 12 67 24 61 65 72
Binary 11001101 10111001 1011101 0 1010 110111 10100 110001 110101 111010

Color Harmonies of #CDB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB95D

Black with #CDB95D

Text Example


Text Example

White with #CDB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB95D; }

 p { color: rgb(205,185,93); }

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

background-color css

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

 a { background-color: rgb(205,185,93); }

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

border-color css

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

 span { border-color: rgb(205,185,93); }

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