Html Css Color HEX #CDB963 Tacha

📋 copy color: '#CDB963'

red 205 ◦ green 185 ◦ blue 99

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

Shades of Tacha #CDB963

Tints of Tacha #CDB963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.25%

R = 41.92%
G = 37.83%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDB963 (or 0xCDB963) is known color: Tacha. HEX triplet: CD, B9 and 63. RGB value is (205,185,99). Sum of RGB (Red+Green+Blue) = 205+185+99=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB963 is #32469C. Grayscale: #B5B5B5. Windows color (decimal): -3294877 or 6535629. OLE color: 6535629.

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

Color convert

RGB 205 185 99 -
CMYK 0 0.10 0.52 0.20
HSL 48.68º 0.51% 0.6% -
HSV(B) 48.68º 0.52% 0.8% -
XYZ 44.78 48.58 18.82 -
YUV 181.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 205 185 99 0 0.10 0.52 0.20 48.68 0.51 0.6
Hex CD B9 63 0 A 34 14 31 33 3C
Octal 315 271 143 0 12 64 24 61 63 74
Binary 11001101 10111001 1100011 0 1010 110100 10100 110001 110011 111100

Color Harmonies of #CDB963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB963

Black with #CDB963

Text Example


Text Example

White with #CDB963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB963; }

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

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

background-color css

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

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

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

border-color css

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

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

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