Html Css Color HEX #CFAD2C Metallic Gold

📋 copy color: '#CFAD2C'

red 207 ◦ green 173 ◦ blue 44

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

Shades of Metallic Gold #CFAD2C

Tints of Metallic Gold #CFAD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 44 (17.58% from 255) = 10.38%

R = 48.82%
G = 40.8%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#CFAD2C (or 0xCFAD2C) is known color: Metallic Gold. HEX triplet: CF, AD and 2C. RGB value is (207,173,44). Sum of RGB (Red+Green+Blue) = 207+173+44=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAD2C is #3052D3. Grayscale: #A9A9A9. Windows color (decimal): -3166932 or 2928079. OLE color: 2928079.

HSL color Cylindrical-coordinate representation of color #CFAD2C: hue angle of 47.48º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFAD2C is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 173 44 -
CMYK 0 0.16 0.79 0.19
HSL 47.48º 0.65% 0.49% -
HSV(B) 47.48º 0.79% 0.81% -
XYZ 41.13 43.33 8.58 -
YUV 168.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 207 173 44 0 0.16 0.79 0.19 47.48 0.65 0.49
Hex CF AD 2C 0 10 4F 13 2F 41 31
Octal 317 255 54 0 20 117 23 57 101 61
Binary 11001111 10101101 101100 0 10000 1001111 10011 101111 1000001 110001

Color Harmonies of #CFAD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAD2C

Black with #CFAD2C

Text Example


Text Example

White with #CFAD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAD2C; }

 p { color: rgb(207,173,44); }

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

background-color css

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

 a { background-color: rgb(207,173,44); }

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

border-color css

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

 span { border-color: rgb(207,173,44); }

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