Html Css Color HEX #C6B64F Sundance

📋 copy color: '#C6B64F'

red 198 ◦ green 182 ◦ blue 79

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

Shades of Sundance #C6B64F

Tints of Sundance #C6B64F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.65%

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

R = 43.14%
G = 39.65%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C6B64F (or 0xC6B64F) is known color: Sundance. HEX triplet: C6, B6 and 4F. RGB value is (198,182,79). Sum of RGB (Red+Green+Blue) = 198+182+79=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B64F is #3949B0. Grayscale: #AFAFAF. Windows color (decimal): -3754417 or 5224134. OLE color: 5224134.

HSL color Cylindrical-coordinate representation of color #C6B64F: hue angle of 51.93º 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 #C6B64F is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 182 79 -
CMYK 0 0.08 0.60 0.22
HSL 51.93º 0.51% 0.54% -
HSV(B) 51.93º 0.6% 0.78% -
XYZ 41.43 46.03 14.1 -
YUV 175.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 198 182 79 0 0.08 0.60 0.22 51.93 0.51 0.54
Hex C6 B6 4F 0 8 3C 16 34 33 36
Octal 306 266 117 0 10 74 26 64 63 66
Binary 11000110 10110110 1001111 0 1000 111100 10110 110100 110011 110110

Color Harmonies of #C6B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B64F

Black with #C6B64F

Text Example


Text Example

White with #C6B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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