Html Css Color HEX #CFC75D Tacha

📋 copy color: '#CFC75D'

red 207 ◦ green 199 ◦ blue 93

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

Shades of Tacha #CFC75D

Tints of Tacha #CFC75D

RGB

 RED value IS 207 (81.25% from 255) = 41.48%

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

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

R = 41.48%
G = 39.88%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFC75D (or 0xCFC75D) is known color: Tacha. HEX triplet: CF, C7 and 5D. RGB value is (207,199,93). Sum of RGB (Red+Green+Blue) = 207+199+93=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC75D is #3038A2. Grayscale: #BDBDBD. Windows color (decimal): -3160227 or 6145999. OLE color: 6145999.

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

Color convert

RGB 207 199 93 -
CMYK 0 0.04 0.55 0.19
HSL 55.79º 0.54% 0.59% -
HSV(B) 55.79º 0.55% 0.81% -
XYZ 48.13 54.9 18.42 -
YUV 189.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 207 199 93 0 0.04 0.55 0.19 55.79 0.54 0.59
Hex CF C7 5D 0 4 37 13 38 36 3B
Octal 317 307 135 0 4 67 23 70 66 73
Binary 11001111 11000111 1011101 0 100 110111 10011 111000 110110 111011

Color Harmonies of #CFC75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC75D

Black with #CFC75D

Text Example


Text Example

White with #CFC75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC75D; }

 p { color: rgb(207,199,93); }

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

background-color css

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

 a { background-color: rgb(207,199,93); }

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

border-color css

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

 span { border-color: rgb(207,199,93); }

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