Html Css Color HEX #CFAB3D Metallic Gold

📋 copy color: '#CFAB3D'

red 207 ◦ green 171 ◦ blue 61

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

Shades of Metallic Gold #CFAB3D

Tints of Metallic Gold #CFAB3D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

 BLUE value IS 61 (24.22% from 255) = 13.9%

R = 47.15%
G = 38.95%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CFAB3D (or 0xCFAB3D) is known color: Metallic Gold. HEX triplet: CF, AB and 3D. RGB value is (207,171,61). Sum of RGB (Red+Green+Blue) = 207+171+61=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB3D is #3054C2. Grayscale: #A9A9A9. Windows color (decimal): -3167427 or 4041679. OLE color: 4041679.

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

Color convert

RGB 207 171 61 -
CMYK 0 0.17 0.71 0.19
HSL 45.21º 0.6% 0.53% -
HSV(B) 45.21º 0.71% 0.81% -
XYZ 41.14 42.73 10.49 -
YUV 169.22 66.93 154.94 -
System Red Green Blue C M Y K H S L
Decimal 207 171 61 0 0.17 0.71 0.19 45.21 0.6 0.53
Hex CF AB 3D 0 11 47 13 2D 3C 35
Octal 317 253 75 0 21 107 23 55 74 65
Binary 11001111 10101011 111101 0 10001 1000111 10011 101101 111100 110101

Color Harmonies of #CFAB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB3D

Black with #CFAB3D

Text Example


Text Example

White with #CFAB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB3D; }

 p { color: rgb(207,171,61); }

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

background-color css

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

 a { background-color: rgb(207,171,61); }

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

border-color css

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

 span { border-color: rgb(207,171,61); }

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