Html Css Color HEX #CFB329 Metallic Gold

📋 copy color: '#CFB329'

red 207 ◦ green 179 ◦ blue 41

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

Shades of Metallic Gold #CFB329

Tints of Metallic Gold #CFB329

RGB

 RED value IS 207 (81.25% from 255) = 48.48%

 GREEN value IS 179 (70.31% from 255) = 41.92%

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

R = 48.48%
G = 41.92%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFB329 (or 0xCFB329) is known color: Metallic Gold. HEX triplet: CF, B3 and 29. RGB value is (207,179,41). Sum of RGB (Red+Green+Blue) = 207+179+41=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB329 is #304CD6. Grayscale: #ACACAC. Windows color (decimal): -3165399 or 2733007. OLE color: 2733007.

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

Color convert

RGB 207 179 41 -
CMYK 0 0.14 0.80 0.19
HSL 49.88º 0.67% 0.49% -
HSV(B) 49.88º 0.8% 0.81% -
XYZ 42.25 45.67 8.69 -
YUV 171.64 54.28 153.22 -
System Red Green Blue C M Y K H S L
Decimal 207 179 41 0 0.14 0.80 0.19 49.88 0.67 0.49
Hex CF B3 29 0 E 50 13 32 43 31
Octal 317 263 51 0 16 120 23 62 103 61
Binary 11001111 10110011 101001 0 1110 1010000 10011 110010 1000011 110001

Color Harmonies of #CFB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB329

Black with #CFB329

Text Example


Text Example

White with #CFB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB329; }

 p { color: rgb(207,179,41); }

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

background-color css

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

 a { background-color: rgb(207,179,41); }

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

border-color css

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

 span { border-color: rgb(207,179,41); }

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