Html Css Color HEX #CDC463 Tacha

📋 copy color: '#CDC463'

red 205 ◦ green 196 ◦ blue 99

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

Shades of Tacha #CDC463

Tints of Tacha #CDC463

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.2%

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

R = 41%
G = 39.2%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CDC463 (or 0xCDC463) is known color: Tacha. HEX triplet: CD, C4 and 63. RGB value is (205,196,99). Sum of RGB (Red+Green+Blue) = 205+196+99=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 99 (39.06% from 255 or 19.8% from 500); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDC463 is #323B9C. Grayscale: #BCBCBC. Windows color (decimal): -3292061 or 6538445. OLE color: 6538445.

HSL color Cylindrical-coordinate representation of color #CDC463: hue angle of 54.91º 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 #CDC463 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 196 99 -
CMYK 0 0.04 0.52 0.20
HSL 54.91º 0.51% 0.6% -
HSV(B) 54.91º 0.52% 0.8% -
XYZ 47.17 53.36 19.62 -
YUV 187.63 77.98 140.39 -
System Red Green Blue C M Y K H S L
Decimal 205 196 99 0 0.04 0.52 0.20 54.91 0.51 0.6
Hex CD C4 63 0 4 34 14 37 33 3C
Octal 315 304 143 0 4 64 24 67 63 74
Binary 11001101 11000100 1100011 0 100 110100 10100 110111 110011 111100

Color Harmonies of #CDC463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC463

Black with #CDC463

Text Example


Text Example

White with #CDC463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC463; }

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

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

background-color css

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

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

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

border-color css

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

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

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