Html Css Color HEX #C6A23D Sundance

📋 copy color: '#C6A23D'

red 198 ◦ green 162 ◦ blue 61

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

Shades of Sundance #C6A23D

Tints of Sundance #C6A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

 BLUE value IS 61 (24.22% from 255) = 14.49%

R = 47.03%
G = 38.48%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C6A23D (or 0xC6A23D) is known color: Sundance. HEX triplet: C6, A2 and 3D. RGB value is (198,162,61). Sum of RGB (Red+Green+Blue) = 198+162+61=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 61 (24.22% from 255 or 14.49% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A23D is #395DC2. Grayscale: #A1A1A1. Windows color (decimal): -3759555 or 4039366. OLE color: 4039366.

HSL color Cylindrical-coordinate representation of color #C6A23D: hue angle of 44.23º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6A23D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 162 61 -
CMYK 0 0.18 0.69 0.22
HSL 44.23º 0.55% 0.51% -
HSV(B) 44.23º 0.69% 0.78% -
XYZ 37.05 38.18 9.83 -
YUV 161.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 198 162 61 0 0.18 0.69 0.22 44.23 0.55 0.51
Hex C6 A2 3D 0 12 45 16 2C 37 33
Octal 306 242 75 0 22 105 26 54 67 63
Binary 11000110 10100010 111101 0 10010 1000101 10110 101100 110111 110011

Color Harmonies of #C6A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A23D

Black with #C6A23D

Text Example


Text Example

White with #C6A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A23D; }

 p { color: rgb(198,162,61); }

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

background-color css

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

 a { background-color: rgb(198,162,61); }

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

border-color css

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

 span { border-color: rgb(198,162,61); }

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