Html Css Color HEX #CFAC32 Metallic Gold

📋 copy color: '#CFAC32'

red 207 ◦ green 172 ◦ blue 50

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

Shades of Metallic Gold #CFAC32

Tints of Metallic Gold #CFAC32

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.09%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 48.25%
G = 40.09%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CFAC32 (or 0xCFAC32) is known color: Metallic Gold. HEX triplet: CF, AC and 32. RGB value is (207,172,50). Sum of RGB (Red+Green+Blue) = 207+172+50=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC32 is #3053CD. Grayscale: #A9A9A9. Windows color (decimal): -3167182 or 3321039. OLE color: 3321039.

HSL color Cylindrical-coordinate representation of color #CFAC32: hue angle of 46.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFAC32 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 172 50 -
CMYK 0 0.17 0.76 0.19
HSL 46.62º 0.62% 0.5% -
HSV(B) 46.62º 0.76% 0.81% -
XYZ 41.06 43 9.15 -
YUV 168.56 61.1 155.42 -
System Red Green Blue C M Y K H S L
Decimal 207 172 50 0 0.17 0.76 0.19 46.62 0.62 0.5
Hex CF AC 32 0 11 4C 13 2F 3E 32
Octal 317 254 62 0 21 114 23 57 76 62
Binary 11001111 10101100 110010 0 10001 1001100 10011 101111 111110 110010

Color Harmonies of #CFAC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC32

Black with #CFAC32

Text Example


Text Example

White with #CFAC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC32; }

 p { color: rgb(207,172,50); }

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

background-color css

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

 a { background-color: rgb(207,172,50); }

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

border-color css

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

 span { border-color: rgb(207,172,50); }

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