Html Css Color HEX #CCA34F Sundance

📋 copy color: '#CCA34F'

red 204 ◦ green 163 ◦ blue 79

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

Shades of Sundance #CCA34F

Tints of Sundance #CCA34F

RGB

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

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

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

R = 45.74%
G = 36.55%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#CCA34F (or 0xCCA34F) is known color: Sundance. HEX triplet: CC, A3 and 4F. RGB value is (204,163,79). Sum of RGB (Red+Green+Blue) = 204+163+79=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA34F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA34F is #335CB0. Grayscale: #A6A6A6. Windows color (decimal): -3366065 or 5219276. OLE color: 5219276.

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

Color convert

RGB 204 163 79 -
CMYK 0 0.20 0.61 0.2
HSL 40.32º 0.55% 0.55% -
HSV(B) 40.32º 0.61% 0.8% -
XYZ 39.41 39.6 12.96 -
YUV 165.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 204 163 79 0 0.20 0.61 0.2 40.32 0.55 0.55
Hex CC A3 4F 0 14 3D 14 28 37 37
Octal 314 243 117 0 24 75 24 50 67 67
Binary 11001100 10100011 1001111 0 10100 111101 10100 101000 110111 110111

Color Harmonies of #CCA34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA34F

Black with #CCA34F

Text Example


Text Example

White with #CCA34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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