Html Css Color HEX #CCA741 Sundance

📋 copy color: '#CCA741'

red 204 ◦ green 167 ◦ blue 65

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

Shades of Sundance #CCA741

Tints of Sundance #CCA741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.91%

R = 46.79%
G = 38.3%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#CCA741 (or 0xCCA741) is known color: Sundance. HEX triplet: CC, A7 and 41. RGB value is (204,167,65). Sum of RGB (Red+Green+Blue) = 204+167+65=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA741 is #3358BE. Grayscale: #A6A6A6. Windows color (decimal): -3365055 or 4302796. OLE color: 4302796.

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

Color convert

RGB 204 167 65 -
CMYK 0 0.18 0.68 0.2
HSL 44.03º 0.58% 0.53% -
HSV(B) 44.03º 0.68% 0.8% -
XYZ 39.67 40.86 10.8 -
YUV 166.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 204 167 65 0 0.18 0.68 0.2 44.03 0.58 0.53
Hex CC A7 41 0 12 44 14 2C 3A 35
Octal 314 247 101 0 22 104 24 54 72 65
Binary 11001100 10100111 1000001 0 10010 1000100 10100 101100 111010 110101

Color Harmonies of #CCA741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA741

Black with #CCA741

Text Example


Text Example

White with #CCA741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA741; }

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

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

background-color css

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

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

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

border-color css

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

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

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