Html Css Color HEX #C6A54B Sundance

📋 copy color: '#C6A54B'

red 198 ◦ green 165 ◦ blue 75

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

Shades of Sundance #C6A54B

Tints of Sundance #C6A54B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

 BLUE value IS 75 (29.69% from 255) = 17.12%

R = 45.21%
G = 37.67%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6A54B (or 0xC6A54B) is known color: Sundance. HEX triplet: C6, A5 and 4B. RGB value is (198,165,75). Sum of RGB (Red+Green+Blue) = 198+165+75=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A54B is #395AB4. Grayscale: #A5A5A5. Windows color (decimal): -3758773 or 4957638. OLE color: 4957638.

HSL color Cylindrical-coordinate representation of color #C6A54B: hue angle of 43.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6A54B is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 165 75 -
CMYK 0 0.17 0.62 0.22
HSL 43.9º 0.52% 0.54% -
HSV(B) 43.9º 0.62% 0.78% -
XYZ 38.01 39.42 12.26 -
YUV 164.61 77.43 151.82 -
System Red Green Blue C M Y K H S L
Decimal 198 165 75 0 0.17 0.62 0.22 43.9 0.52 0.54
Hex C6 A5 4B 0 11 3E 16 2C 34 36
Octal 306 245 113 0 21 76 26 54 64 66
Binary 11000110 10100101 1001011 0 10001 111110 10110 101100 110100 110110

Color Harmonies of #C6A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A54B

Black with #C6A54B

Text Example


Text Example

White with #C6A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A54B; }

 p { color: rgb(198,165,75); }

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

background-color css

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

 a { background-color: rgb(198,165,75); }

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

border-color css

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

 span { border-color: rgb(198,165,75); }

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