Html Css Color HEX #CCA749 Sundance

📋 copy color: '#CCA749'

red 204 ◦ green 167 ◦ blue 73

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

Shades of Sundance #CCA749

Tints of Sundance #CCA749

RGB

 RED value IS 204 (80.08% from 255) = 45.95%

 GREEN value IS 167 (65.63% from 255) = 37.61%

 BLUE value IS 73 (28.91% from 255) = 16.44%

R = 45.95%
G = 37.61%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CCA749 (or 0xCCA749) is known color: Sundance. HEX triplet: CC, A7 and 49. RGB value is (204,167,73). Sum of RGB (Red+Green+Blue) = 204+167+73=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 73 (28.91% from 255 or 16.44% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA749 is #3358B6. Grayscale: #A7A7A7. Windows color (decimal): -3365047 or 4827084. OLE color: 4827084.

HSL color Cylindrical-coordinate representation of color #CCA749: hue angle of 43.05º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCA749 is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 167 73 -
CMYK 0 0.18 0.64 0.2
HSL 43.05º 0.56% 0.54% -
HSV(B) 43.05º 0.64% 0.8% -
XYZ 39.92 40.96 12.1 -
YUV 167.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 204 167 73 0 0.18 0.64 0.2 43.05 0.56 0.54
Hex CC A7 49 0 12 40 14 2B 38 36
Octal 314 247 111 0 22 100 24 53 70 66
Binary 11001100 10100111 1001001 0 10010 1000000 10100 101011 111000 110110

Color Harmonies of #CCA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA749

Black with #CCA749

Text Example


Text Example

White with #CCA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA749; }

 p { color: rgb(204,167,73); }

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

background-color css

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

 a { background-color: rgb(204,167,73); }

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

border-color css

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

 span { border-color: rgb(204,167,73); }

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