Html Css Color HEX #CCA23D Metallic Gold

📋 copy color: '#CCA23D'

red 204 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #CCA23D

Tints of Metallic Gold #CCA23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.94%

 BLUE value IS 61 (24.22% from 255) = 14.29%

R = 47.78%
G = 37.94%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#CCA23D (or 0xCCA23D) is known color: Metallic Gold. HEX triplet: CC, A2 and 3D. RGB value is (204,162,61). Sum of RGB (Red+Green+Blue) = 204+162+61=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA23D is #335DC2. Grayscale: #A3A3A3. Windows color (decimal): -3366339 or 4039372. OLE color: 4039372.

HSL color Cylindrical-coordinate representation of color #CCA23D: hue angle of 42.38º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCA23D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 162 61 -
CMYK 0 0.21 0.70 0.2
HSL 42.38º 0.58% 0.52% -
HSV(B) 42.38º 0.7% 0.8% -
XYZ 38.66 39.01 9.91 -
YUV 163.04 70.41 157.21 -
System Red Green Blue C M Y K H S L
Decimal 204 162 61 0 0.21 0.70 0.2 42.38 0.58 0.52
Hex CC A2 3D 0 15 46 14 2A 3A 34
Octal 314 242 75 0 25 106 24 52 72 64
Binary 11001100 10100010 111101 0 10101 1000110 10100 101010 111010 110100

Color Harmonies of #CCA23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA23D

Black with #CCA23D

Text Example


Text Example

White with #CCA23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA23D; }

 p { color: rgb(204,162,61); }

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

background-color css

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

 a { background-color: rgb(204,162,61); }

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

border-color css

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

 span { border-color: rgb(204,162,61); }

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