Html Css Color HEX #C5B14B Sundance

📋 copy color: '#C5B14B'

red 197 ◦ green 177 ◦ blue 75

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

Shades of Sundance #C5B14B

Tints of Sundance #C5B14B

RGB

 RED value IS 197 (77.34% from 255) = 43.88%

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

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

R = 43.88%
G = 39.42%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C5B14B (or 0xC5B14B) is known color: Sundance. HEX triplet: C5, B1 and 4B. RGB value is (197,177,75). Sum of RGB (Red+Green+Blue) = 197+177+75=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B14B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B14B is #3A4EB4. Grayscale: #ABABAB. Windows color (decimal): -3821237 or 4960709. OLE color: 4960709.

HSL color Cylindrical-coordinate representation of color #C5B14B: hue angle of 50.16º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5B14B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 177 75 -
CMYK 0 0.10 0.62 0.23
HSL 50.16º 0.51% 0.53% -
HSV(B) 50.16º 0.62% 0.77% -
XYZ 40.02 43.82 13.01 -
YUV 171.35 73.63 146.29 -
System Red Green Blue C M Y K H S L
Decimal 197 177 75 0 0.10 0.62 0.23 50.16 0.51 0.53
Hex C5 B1 4B 0 A 3E 17 32 33 35
Octal 305 261 113 0 12 76 27 62 63 65
Binary 11000101 10110001 1001011 0 1010 111110 10111 110010 110011 110101

Color Harmonies of #C5B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B14B

Black with #C5B14B

Text Example


Text Example

White with #C5B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B14B; }

 p { color: rgb(197,177,75); }

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

background-color css

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

 a { background-color: rgb(197,177,75); }

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

border-color css

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

 span { border-color: rgb(197,177,75); }

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