Html Css Color HEX #CCAF2A Metallic Gold

📋 copy color: '#CCAF2A'

red 204 ◦ green 175 ◦ blue 42

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

Shades of Metallic Gold #CCAF2A

Tints of Metallic Gold #CCAF2A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.57%

 BLUE value IS 42 (16.8% from 255) = 9.98%

R = 48.46%
G = 41.57%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CCAF2A (or 0xCCAF2A) is known color: Metallic Gold. HEX triplet: CC, AF and 2A. RGB value is (204,175,42). Sum of RGB (Red+Green+Blue) = 204+175+42=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 42 (16.80% from 255 or 9.98% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF2A is #3350D5. Grayscale: #A9A9A9. Windows color (decimal): -3363030 or 2797516. OLE color: 2797516.

HSL color Cylindrical-coordinate representation of color #CCAF2A: hue angle of 49.26º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCAF2A is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 175 42 -
CMYK 0 0.14 0.79 0.2
HSL 49.26º 0.66% 0.48% -
HSV(B) 49.26º 0.79% 0.8% -
XYZ 40.65 43.66 8.48 -
YUV 168.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 204 175 42 0 0.14 0.79 0.2 49.26 0.66 0.48
Hex CC AF 2A 0 E 4F 14 31 42 30
Octal 314 257 52 0 16 117 24 61 102 60
Binary 11001100 10101111 101010 0 1110 1001111 10100 110001 1000010 110000

Color Harmonies of #CCAF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF2A

Black with #CCAF2A

Text Example


Text Example

White with #CCAF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF2A; }

 p { color: rgb(204,175,42); }

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

background-color css

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

 a { background-color: rgb(204,175,42); }

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

border-color css

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

 span { border-color: rgb(204,175,42); }

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