Html Css Color HEX #C7B34B Sundance

📋 copy color: '#C7B34B'

red 199 ◦ green 179 ◦ blue 75

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

Shades of Sundance #C7B34B

Tints of Sundance #C7B34B

RGB

 RED value IS 199 (78.13% from 255) = 43.93%

 GREEN value IS 179 (70.31% from 255) = 39.51%

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

R = 43.93%
G = 39.51%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C7B34B (or 0xC7B34B) is known color: Sundance. HEX triplet: C7, B3 and 4B. RGB value is (199,179,75). Sum of RGB (Red+Green+Blue) = 199+179+75=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 75 (29.69% from 255 or 16.56% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B34B is #384CB4. Grayscale: #ADADAD. Windows color (decimal): -3689653 or 4961223. OLE color: 4961223.

HSL color Cylindrical-coordinate representation of color #C7B34B: hue angle of 50.32º degrees, saturation: 0.53, 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 #C7B34B is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 75 -
CMYK 0 0.10 0.62 0.22
HSL 50.32º 0.53% 0.54% -
HSV(B) 50.32º 0.62% 0.78% -
XYZ 40.94 44.89 13.16 -
YUV 173.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 199 179 75 0 0.10 0.62 0.22 50.32 0.53 0.54
Hex C7 B3 4B 0 A 3E 16 32 35 36
Octal 307 263 113 0 12 76 26 62 65 66
Binary 11000111 10110011 1001011 0 1010 111110 10110 110010 110101 110110

Color Harmonies of #C7B34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B34B

Black with #C7B34B

Text Example


Text Example

White with #C7B34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B34B; }

 p { color: rgb(199,179,75); }

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

background-color css

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

 a { background-color: rgb(199,179,75); }

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

border-color css

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

 span { border-color: rgb(199,179,75); }

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