Html Css Color HEX #CEC75A Tacha

📋 copy color: '#CEC75A'

red 206 ◦ green 199 ◦ blue 90

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

Shades of Tacha #CEC75A

Tints of Tacha #CEC75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.2%

 BLUE value IS 90 (35.55% from 255) = 18.18%

R = 41.62%
G = 40.2%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEC75A (or 0xCEC75A) is known color: Tacha. HEX triplet: CE, C7 and 5A. RGB value is (206,199,90). Sum of RGB (Red+Green+Blue) = 206+199+90=495 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.62% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC75A is #3138A5. Grayscale: #BDBDBD. Windows color (decimal): -3225766 or 5949390. OLE color: 5949390.

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

Color convert

RGB 206 199 90 -
CMYK 0 0.03 0.56 0.19
HSL 56.38º 0.54% 0.58% -
HSV(B) 56.38º 0.56% 0.81% -
XYZ 47.72 54.71 17.72 -
YUV 188.67 72.32 140.36 -
System Red Green Blue C M Y K H S L
Decimal 206 199 90 0 0.03 0.56 0.19 56.38 0.54 0.58
Hex CE C7 5A 0 3 38 13 38 36 3A
Octal 316 307 132 0 3 70 23 70 66 72
Binary 11001110 11000111 1011010 0 11 111000 10011 111000 110110 111010

Color Harmonies of #CEC75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC75A

Black with #CEC75A

Text Example


Text Example

White with #CEC75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC75A; }

 p { color: rgb(206,199,90); }

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

background-color css

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

 a { background-color: rgb(206,199,90); }

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

border-color css

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

 span { border-color: rgb(206,199,90); }

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