Html Css Color HEX #C6B14F Sundance

📋 copy color: '#C6B14F'

red 198 ◦ green 177 ◦ blue 79

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

Shades of Sundance #C6B14F

Tints of Sundance #C6B14F

RGB

 RED value IS 198 (77.73% from 255) = 43.61%

 GREEN value IS 177 (69.53% from 255) = 38.99%

 BLUE value IS 79 (31.25% from 255) = 17.4%

R = 43.61%
G = 38.99%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6B14F (or 0xC6B14F) is known color: Sundance. HEX triplet: C6, B1 and 4F. RGB value is (198,177,79). Sum of RGB (Red+Green+Blue) = 198+177+79=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6B14F is #394EB0. Grayscale: #ACACAC. Windows color (decimal): -3755697 or 5222854. OLE color: 5222854.

HSL color Cylindrical-coordinate representation of color #C6B14F: hue angle of 49.41º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6B14F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 177 79 -
CMYK 0 0.11 0.60 0.22
HSL 49.41º 0.51% 0.54% -
HSV(B) 49.41º 0.6% 0.78% -
XYZ 40.42 44.01 13.76 -
YUV 172.11 75.46 146.47 -
System Red Green Blue C M Y K H S L
Decimal 198 177 79 0 0.11 0.60 0.22 49.41 0.51 0.54
Hex C6 B1 4F 0 B 3C 16 31 33 36
Octal 306 261 117 0 13 74 26 61 63 66
Binary 11000110 10110001 1001111 0 1011 111100 10110 110001 110011 110110

Color Harmonies of #C6B14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B14F

Black with #C6B14F

Text Example


Text Example

White with #C6B14F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B14F; }

 p { color: rgb(198,177,79); }

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

background-color css

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

 a { background-color: rgb(198,177,79); }

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

border-color css

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

 span { border-color: rgb(198,177,79); }

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