Html Css Color HEX #CCA64F Sundance

📋 copy color: '#CCA64F'

red 204 ◦ green 166 ◦ blue 79

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

Shades of Sundance #CCA64F

Tints of Sundance #CCA64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.59%

R = 45.43%
G = 36.97%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCA64F (or 0xCCA64F) is known color: Sundance. HEX triplet: CC, A6 and 4F. RGB value is (204,166,79). Sum of RGB (Red+Green+Blue) = 204+166+79=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA64F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA64F is #3359B0. Grayscale: #A7A7A7. Windows color (decimal): -3365297 or 5220044. OLE color: 5220044.

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

Color convert

RGB 204 166 79 -
CMYK 0 0.19 0.61 0.2
HSL 41.76º 0.55% 0.55% -
HSV(B) 41.76º 0.61% 0.8% -
XYZ 39.95 40.67 13.14 -
YUV 167.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 204 166 79 0 0.19 0.61 0.2 41.76 0.55 0.55
Hex CC A6 4F 0 13 3D 14 2A 37 37
Octal 314 246 117 0 23 75 24 52 67 67
Binary 11001100 10100110 1001111 0 10011 111101 10100 101010 110111 110111

Color Harmonies of #CCA64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA64F

Black with #CCA64F

Text Example


Text Example

White with #CCA64F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA64F; }

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

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

background-color css

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

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

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

border-color css

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

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

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