Html Css Color HEX #CCA343 Sundance

📋 copy color: '#CCA343'

red 204 ◦ green 163 ◦ blue 67

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

Shades of Sundance #CCA343

Tints of Sundance #CCA343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.44%

R = 47%
G = 37.56%
B = 15.44%

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

#CCA343 (or 0xCCA343) is known color: Sundance. HEX triplet: CC, A3 and 43. RGB value is (204,163,67). Sum of RGB (Red+Green+Blue) = 204+163+67=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 163 (64.06% from 255 or 37.56% from 434); Blue value is 67 (26.56% from 255 or 15.44% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA343 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA343 is #335CBC. Grayscale: #A4A4A4. Windows color (decimal): -3366077 or 4432844. OLE color: 4432844.

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

Color convert

RGB 204 163 67 -
CMYK 0 0.20 0.67 0.2
HSL 42.04º 0.57% 0.53% -
HSV(B) 42.04º 0.67% 0.8% -
XYZ 39.01 39.44 10.87 -
YUV 164.32 73.08 156.31 -
System Red Green Blue C M Y K H S L
Decimal 204 163 67 0 0.20 0.67 0.2 42.04 0.57 0.53
Hex CC A3 43 0 14 43 14 2A 39 35
Octal 314 243 103 0 24 103 24 52 71 65
Binary 11001100 10100011 1000011 0 10100 1000011 10100 101010 111001 110101

Color Harmonies of #CCA343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA343

Black with #CCA343

Text Example


Text Example

White with #CCA343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA343; }

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

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

background-color css

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

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

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

border-color css

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

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

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