Html Css Color HEX #CCA838 Metallic Gold

📋 copy color: '#CCA838'

red 204 ◦ green 168 ◦ blue 56

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

Shades of Metallic Gold #CCA838

Tints of Metallic Gold #CCA838

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

 BLUE value IS 56 (22.27% from 255) = 13.08%

R = 47.66%
G = 39.25%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#CCA838 (or 0xCCA838) is known color: Metallic Gold. HEX triplet: CC, A8 and 38. RGB value is (204,168,56). Sum of RGB (Red+Green+Blue) = 204+168+56=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA838 is #3357C7. Grayscale: #A6A6A6. Windows color (decimal): -3364808 or 3713228. OLE color: 3713228.

HSL color Cylindrical-coordinate representation of color #CCA838: hue angle of 45.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCA838 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 168 56 -
CMYK 0 0.18 0.73 0.2
HSL 45.41º 0.59% 0.51% -
HSV(B) 45.41º 0.73% 0.8% -
XYZ 39.62 41.13 9.59 -
YUV 166 65.93 155.11 -
System Red Green Blue C M Y K H S L
Decimal 204 168 56 0 0.18 0.73 0.2 45.41 0.59 0.51
Hex CC A8 38 0 12 49 14 2D 3B 33
Octal 314 250 70 0 22 111 24 55 73 63
Binary 11001100 10101000 111000 0 10010 1001001 10100 101101 111011 110011

Color Harmonies of #CCA838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA838

Black with #CCA838

Text Example


Text Example

White with #CCA838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA838; }

 p { color: rgb(204,168,56); }

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

background-color css

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

 a { background-color: rgb(204,168,56); }

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

border-color css

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

 span { border-color: rgb(204,168,56); }

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