Html Css Color HEX #CCA14D Sundance

📋 copy color: '#CCA14D'

red 204 ◦ green 161 ◦ blue 77

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

Shades of Sundance #CCA14D

Tints of Sundance #CCA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

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

R = 46.15%
G = 36.43%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCA14D (or 0xCCA14D) is known color: Sundance. HEX triplet: CC, A1 and 4D. RGB value is (204,161,77). Sum of RGB (Red+Green+Blue) = 204+161+77=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA14D is #335EB2. Grayscale: #A4A4A4. Windows color (decimal): -3366579 or 5087692. OLE color: 5087692.

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

Color convert

RGB 204 161 77 -
CMYK 0 0.21 0.62 0.2
HSL 39.69º 0.55% 0.55% -
HSV(B) 39.69º 0.62% 0.8% -
XYZ 38.99 38.86 12.47 -
YUV 164.28 78.75 156.33 -
System Red Green Blue C M Y K H S L
Decimal 204 161 77 0 0.21 0.62 0.2 39.69 0.55 0.55
Hex CC A1 4D 0 15 3E 14 28 37 37
Octal 314 241 115 0 25 76 24 50 67 67
Binary 11001100 10100001 1001101 0 10101 111110 10100 101000 110111 110111

Color Harmonies of #CCA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA14D

Black with #CCA14D

Text Example


Text Example

White with #CCA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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