Html Css Color HEX #C4B74B Sundance

📋 copy color: '#C4B74B'

red 196 ◦ green 183 ◦ blue 75

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

Shades of Sundance #C4B74B

Tints of Sundance #C4B74B

RGB

 RED value IS 196 (76.95% from 255) = 43.17%

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

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

R = 43.17%
G = 40.31%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4B74B (or 0xC4B74B) is known color: Sundance. HEX triplet: C4, B7 and 4B. RGB value is (196,183,75). Sum of RGB (Red+Green+Blue) = 196+183+75=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B74B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B74B is #3B48B4. Grayscale: #AFAFAF. Windows color (decimal): -3885237 or 4962244. OLE color: 4962244.

HSL color Cylindrical-coordinate representation of color #C4B74B: hue angle of 53.55º 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 #C4B74B is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 183 75 -
CMYK 0 0.07 0.62 0.23
HSL 53.55º 0.51% 0.53% -
HSV(B) 53.55º 0.62% 0.77% -
XYZ 40.97 46.11 13.4 -
YUV 174.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 196 183 75 0 0.07 0.62 0.23 53.55 0.51 0.53
Hex C4 B7 4B 0 7 3E 17 36 33 35
Octal 304 267 113 0 7 76 27 66 63 65
Binary 11000100 10110111 1001011 0 111 111110 10111 110110 110011 110101

Color Harmonies of #C4B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B74B

Black with #C4B74B

Text Example


Text Example

White with #C4B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B74B; }

 p { color: rgb(196,183,75); }

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

background-color css

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

 a { background-color: rgb(196,183,75); }

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

border-color css

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

 span { border-color: rgb(196,183,75); }

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