Html Css Color HEX #CCAF29 Metallic Gold

📋 copy color: '#CCAF29'

red 204 ◦ green 175 ◦ blue 41

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

Shades of Metallic Gold #CCAF29

Tints of Metallic Gold #CCAF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.76%

R = 48.57%
G = 41.67%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CCAF29 (or 0xCCAF29) is known color: Metallic Gold. HEX triplet: CC, AF and 29. RGB value is (204,175,41). Sum of RGB (Red+Green+Blue) = 204+175+41=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF29 is #3350D6. Grayscale: #A8A8A8. Windows color (decimal): -3363031 or 2731980. OLE color: 2731980.

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

Color convert

RGB 204 175 41 -
CMYK 0 0.14 0.80 0.2
HSL 49.33º 0.67% 0.48% -
HSV(B) 49.33º 0.8% 0.8% -
XYZ 40.63 43.66 8.38 -
YUV 168.4 56.11 153.4 -
System Red Green Blue C M Y K H S L
Decimal 204 175 41 0 0.14 0.80 0.2 49.33 0.67 0.48
Hex CC AF 29 0 E 50 14 31 43 30
Octal 314 257 51 0 16 120 24 61 103 60
Binary 11001100 10101111 101001 0 1110 1010000 10100 110001 1000011 110000

Color Harmonies of #CCAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF29

Black with #CCAF29

Text Example


Text Example

White with #CCAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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