Html Css Color HEX #CCA344 Sundance

📋 copy color: '#CCA344'

red 204 ◦ green 163 ◦ blue 68

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

Shades of Sundance #CCA344

Tints of Sundance #CCA344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.47%

 BLUE value IS 68 (26.95% from 255) = 15.63%

R = 46.9%
G = 37.47%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CCA344 (or 0xCCA344) is known color: Sundance. HEX triplet: CC, A3 and 44. RGB value is (204,163,68). Sum of RGB (Red+Green+Blue) = 204+163+68=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA344 is #335CBB. Grayscale: #A4A4A4. Windows color (decimal): -3366076 or 4498380. OLE color: 4498380.

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

Color convert

RGB 204 163 68 -
CMYK 0 0.20 0.67 0.2
HSL 41.91º 0.57% 0.53% -
HSV(B) 41.91º 0.67% 0.8% -
XYZ 39.04 39.45 11.03 -
YUV 164.43 73.58 156.22 -
System Red Green Blue C M Y K H S L
Decimal 204 163 68 0 0.20 0.67 0.2 41.91 0.57 0.53
Hex CC A3 44 0 14 43 14 2A 39 35
Octal 314 243 104 0 24 103 24 52 71 65
Binary 11001100 10100011 1000100 0 10100 1000011 10100 101010 111001 110101

Color Harmonies of #CCA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA344

Black with #CCA344

Text Example


Text Example

White with #CCA344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA344; }

 p { color: rgb(204,163,68); }

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

background-color css

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

 a { background-color: rgb(204,163,68); }

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

border-color css

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

 span { border-color: rgb(204,163,68); }

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