Html Css Color HEX #CCA54D Sundance

📋 copy color: '#CCA54D'

red 204 ◦ green 165 ◦ blue 77

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

Shades of Sundance #CCA54D

Tints of Sundance #CCA54D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37%

 BLUE value IS 77 (30.47% from 255) = 17.26%

R = 45.74%
G = 37%
B = 17.26%

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

#CCA54D (or 0xCCA54D) is known color: Sundance. HEX triplet: CC, A5 and 4D. RGB value is (204,165,77). Sum of RGB (Red+Green+Blue) = 204+165+77=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 165 (64.84% from 255 or 37.00% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA54D is #335AB2. Grayscale: #A7A7A7. Windows color (decimal): -3365555 or 5088716. OLE color: 5088716.

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

Color convert

RGB 204 165 77 -
CMYK 0 0.19 0.62 0.2
HSL 41.57º 0.55% 0.55% -
HSV(B) 41.57º 0.62% 0.8% -
XYZ 39.7 40.28 12.7 -
YUV 166.63 77.42 154.66 -
System Red Green Blue C M Y K H S L
Decimal 204 165 77 0 0.19 0.62 0.2 41.57 0.55 0.55
Hex CC A5 4D 0 13 3E 14 2A 37 37
Octal 314 245 115 0 23 76 24 52 67 67
Binary 11001100 10100101 1001101 0 10011 111110 10100 101010 110111 110111

Color Harmonies of #CCA54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA54D

Black with #CCA54D

Text Example


Text Example

White with #CCA54D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA54D; }

 p { color: rgb(204,165,77); }

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

background-color css

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

 a { background-color: rgb(204,165,77); }

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

border-color css

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

 span { border-color: rgb(204,165,77); }

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