Html Css Color HEX #CEC85D Tacha

📋 copy color: '#CEC85D'

red 206 ◦ green 200 ◦ blue 93

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

Shades of Tacha #CEC85D

Tints of Tacha #CEC85D

RGB

 RED value IS 206 (80.86% from 255) = 41.28%

 GREEN value IS 200 (78.52% from 255) = 40.08%

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

R = 41.28%
G = 40.08%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEC85D (or 0xCEC85D) is known color: Tacha. HEX triplet: CE, C8 and 5D. RGB value is (206,200,93). Sum of RGB (Red+Green+Blue) = 206+200+93=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC85D is #3137A2. Grayscale: #BEBEBE. Windows color (decimal): -3225507 or 6146254. OLE color: 6146254.

HSL color Cylindrical-coordinate representation of color #CEC85D: hue angle of 56.81º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEC85D is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 200 93 -
CMYK 0 0.03 0.55 0.19
HSL 56.81º 0.54% 0.59% -
HSV(B) 56.81º 0.55% 0.81% -
XYZ 48.08 55.22 18.48 -
YUV 189.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 206 200 93 0 0.03 0.55 0.19 56.81 0.54 0.59
Hex CE C8 5D 0 3 37 13 39 36 3B
Octal 316 310 135 0 3 67 23 71 66 73
Binary 11001110 11001000 1011101 0 11 110111 10011 111001 110110 111011

Color Harmonies of #CEC85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC85D

Black with #CEC85D

Text Example


Text Example

White with #CEC85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC85D; }

 p { color: rgb(206,200,93); }

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

background-color css

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

 a { background-color: rgb(206,200,93); }

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

border-color css

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

 span { border-color: rgb(206,200,93); }

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