Html Css Color HEX #CCAE2D Metallic Gold

📋 copy color: '#CCAE2D'

red 204 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #CCAE2D

Tints of Metallic Gold #CCAE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.13%

 BLUE value IS 45 (17.97% from 255) = 10.64%

R = 48.23%
G = 41.13%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCAE2D (or 0xCCAE2D) is known color: Metallic Gold. HEX triplet: CC, AE and 2D. RGB value is (204,174,45). Sum of RGB (Red+Green+Blue) = 204+174+45=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAE2D is #3351D2. Grayscale: #A8A8A8. Windows color (decimal): -3363283 or 2993868. OLE color: 2993868.

HSL color Cylindrical-coordinate representation of color #CCAE2D: hue angle of 48.68º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCAE2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 174 45 -
CMYK 0 0.15 0.78 0.2
HSL 48.68º 0.64% 0.49% -
HSV(B) 48.68º 0.78% 0.8% -
XYZ 40.51 43.3 8.7 -
YUV 168.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 204 174 45 0 0.15 0.78 0.2 48.68 0.64 0.49
Hex CC AE 2D 0 F 4E 14 31 40 31
Octal 314 256 55 0 17 116 24 61 100 61
Binary 11001100 10101110 101101 0 1111 1001110 10100 110001 1000000 110001

Color Harmonies of #CCAE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAE2D

Black with #CCAE2D

Text Example


Text Example

White with #CCAE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAE2D; }

 p { color: rgb(204,174,45); }

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

background-color css

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

 a { background-color: rgb(204,174,45); }

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

border-color css

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

 span { border-color: rgb(204,174,45); }

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