Html Css Color HEX #C2B74D Sundance

📋 copy color: '#C2B74D'

red 194 ◦ green 183 ◦ blue 77

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

Shades of Sundance #C2B74D

Tints of Sundance #C2B74D

RGB

 RED value IS 194 (76.17% from 255) = 42.73%

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 77 (30.47% from 255) = 16.96%

R = 42.73%
G = 40.31%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2B74D (or 0xC2B74D) is known color: Sundance. HEX triplet: C2, B7 and 4D. RGB value is (194,183,77). Sum of RGB (Red+Green+Blue) = 194+183+77=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B74D is #3D48B2. Grayscale: #AEAEAE. Windows color (decimal): -4016307 or 5093314. OLE color: 5093314.

HSL color Cylindrical-coordinate representation of color #C2B74D: hue angle of 54.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2B74D is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 77 -
CMYK 0 0.06 0.60 0.24
HSL 54.36º 0.49% 0.53% -
HSV(B) 54.36º 0.6% 0.76% -
XYZ 40.52 45.87 13.74 -
YUV 174.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 194 183 77 0 0.06 0.60 0.24 54.36 0.49 0.53
Hex C2 B7 4D 0 6 3C 18 36 31 35
Octal 302 267 115 0 6 74 30 66 61 65
Binary 11000010 10110111 1001101 0 110 111100 11000 110110 110001 110101

Color Harmonies of #C2B74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B74D

Black with #C2B74D

Text Example


Text Example

White with #C2B74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B74D; }

 p { color: rgb(194,183,77); }

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

background-color css

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

 a { background-color: rgb(194,183,77); }

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

border-color css

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

 span { border-color: rgb(194,183,77); }

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