Html Css Color HEX #CCA64E Sundance

📋 copy color: '#CCA64E'

red 204 ◦ green 166 ◦ blue 78

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

Shades of Sundance #CCA64E

Tints of Sundance #CCA64E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 78 (30.86% from 255) = 17.41%

R = 45.54%
G = 37.05%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCA64E (or 0xCCA64E) is known color: Sundance. HEX triplet: CC, A6 and 4E. RGB value is (204,166,78). Sum of RGB (Red+Green+Blue) = 204+166+78=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64E is #3359B1. Grayscale: #A7A7A7. Windows color (decimal): -3365298 or 5154508. OLE color: 5154508.

HSL color Cylindrical-coordinate representation of color #CCA64E: hue angle of 41.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCA64E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 166 78 -
CMYK 0 0.19 0.62 0.2
HSL 41.9º 0.55% 0.55% -
HSV(B) 41.9º 0.62% 0.8% -
XYZ 39.91 40.66 12.95 -
YUV 167.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 204 166 78 0 0.19 0.62 0.2 41.9 0.55 0.55
Hex CC A6 4E 0 13 3E 14 2A 37 37
Octal 314 246 116 0 23 76 24 52 67 67
Binary 11001100 10100110 1001110 0 10011 111110 10100 101010 110111 110111

Color Harmonies of #CCA64E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA64E

Black with #CCA64E

Text Example


Text Example

White with #CCA64E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA64E; }

 p { color: rgb(204,166,78); }

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

background-color css

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

 a { background-color: rgb(204,166,78); }

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

border-color css

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

 span { border-color: rgb(204,166,78); }

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