Html Css Color HEX #CFAC2D Metallic Gold

📋 copy color: '#CFAC2D'

red 207 ◦ green 172 ◦ blue 45

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

Shades of Metallic Gold #CFAC2D

Tints of Metallic Gold #CFAC2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.61%

R = 48.82%
G = 40.57%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CFAC2D (or 0xCFAC2D) is known color: Metallic Gold. HEX triplet: CF, AC and 2D. RGB value is (207,172,45). Sum of RGB (Red+Green+Blue) = 207+172+45=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC2D is #3053D2. Grayscale: #A8A8A8. Windows color (decimal): -3167187 or 2993359. OLE color: 2993359.

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

Color convert

RGB 207 172 45 -
CMYK 0 0.17 0.78 0.19
HSL 47.04º 0.64% 0.49% -
HSV(B) 47.04º 0.78% 0.81% -
XYZ 40.96 42.96 8.62 -
YUV 167.99 58.6 155.83 -
System Red Green Blue C M Y K H S L
Decimal 207 172 45 0 0.17 0.78 0.19 47.04 0.64 0.49
Hex CF AC 2D 0 11 4E 13 2F 40 31
Octal 317 254 55 0 21 116 23 57 100 61
Binary 11001111 10101100 101101 0 10001 1001110 10011 101111 1000000 110001

Color Harmonies of #CFAC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC2D

Black with #CFAC2D

Text Example


Text Example

White with #CFAC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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